mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-29 20:58:05 -05:00
Dialog: Partial fix for #3648: Added resizable grip.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user