mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Dialog: Partial fix for #3648: Added resizable grip.
This commit is contained in:
parent
f00247f9c9
commit
3af7184f03
@ -324,7 +324,8 @@ $.widget("ui.dialog", {
|
||||
(options.resizeStop && options.resizeStop.apply(self.element[0], arguments));
|
||||
$.ui.dialog.overlay.resize();
|
||||
}
|
||||
});
|
||||
})
|
||||
.find('.ui-resizable-se').addClass('ui-icon ui-icon-grip-diagonal-se');
|
||||
},
|
||||
|
||||
_position: function(pos) {
|
||||
|
Loading…
Reference in New Issue
Block a user