mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Fixed #3053 - when resizing a image a row of pixels can disappear
props raziel057
This commit is contained in:
parent
f277564bdc
commit
8fecd015cf
@ -311,6 +311,9 @@ $.widget("ui.resizable", $.extend({}, $.ui.mouse, {
|
||||
if (!o.animate)
|
||||
this.element.css($.extend(s, { top: top, left: left }));
|
||||
|
||||
self.helper.height(self.size.height);
|
||||
self.helper.width(self.size.width);
|
||||
|
||||
if (this._helper && !o.animate) this._proportionallyResize();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user