mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
Dialog: Removed unnecessary call to moveToTop in drag start.
This commit is contained in:
@@ -286,7 +286,6 @@ $.widget("ui.dialog", {
|
||||
helper: options.dragHelper,
|
||||
handle: '.ui-dialog-titlebar',
|
||||
start: function() {
|
||||
self.moveToTop();
|
||||
(options.dragStart && options.dragStart.apply(self.element[0], arguments));
|
||||
},
|
||||
drag: function() {
|
||||
|
||||
Reference in New Issue
Block a user