We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 269801a commit ea87259Copy full SHA for ea87259
1 file changed
ui/effects.scale.js
@@ -90,7 +90,7 @@ $.effects.size = function(o) {
90
91
// Create element
92
var el = $(this), props = ['position','top','left','width','height','overflow','opacity'];
93
- var props1 = ['position','overflow','opacity']; // Always restore
+ var props1 = ['position','top','letf','overflow','opacity']; // Always restore
94
var props2 = ['width','height','overflow']; // Copy for children
95
var cProps = ['fontSize'];
96
var vProps = ['borderTopWidth', 'borderBottomWidth', 'paddingTop', 'paddingBottom'];
0 commit comments