fix min-width and min-height after resize

remove min-width and min-height after stopping resize
This commit is contained in:
Hannes Rosenbauer
2014-04-08 15:08:50 +02:00
parent 7fe912fa35
commit 6554499a93
+3 -1
View File
@@ -1192,7 +1192,9 @@
.removeClass('resizing')
.css({
'width': '',
'height': ''
'height': '',
'min-width': '',
'min-height': ''
});
delay($.proxy(function() {