We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 194e890 + 6a11bb3 commit ad7ef22Copy full SHA for ad7ef22
fab.ios.js
@@ -68,6 +68,7 @@ var FloatingActionButtonStyler = (function () {
68
// WIDTH\HEIGHT
69
FloatingActionButtonStyler.setSizeProperty = function (view, newValue) {
70
var fab = view.ios;
71
+ if (isNaN(newValue)) return;
72
fab.bounds.size.width = newValue;
73
fab.bounds.size.height = newValue;
74
0 commit comments