Skip to content

Commit 739326e

Browse files
committed
Dialog: Remove deprecated disableSelection() usage.
1 parent 88d421b commit 739326e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ui/jquery.ui.dialog.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,6 @@ $.widget("ui.dialog", {
186186
});
187187
}
188188

189-
// TODO use andSelf()
190-
// TODO get rid of this?! why do we need to disable selection anyway?
191-
uiDialogTitlebar.find( "*" ).add( uiDialogTitlebar ).disableSelection();
192-
193189
// TODO use button? or at least a button element, so that SPACE works?
194190
this._hoverable( uiDialogTitlebarClose );
195191
this._focusable( uiDialogTitlebarClose );

0 commit comments

Comments
 (0)