mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-05 12:19:58 +08:00
Merge pull request #7415 from Carreau/modal-modal
Make modal backdrop static by default.
This commit is contained in:
commit
cdad950d9b
@ -87,6 +87,8 @@ define([
|
||||
if (options.keyboard_manager) {
|
||||
options.keyboard_manager.disable();
|
||||
}
|
||||
|
||||
options.backdrop = options.backdrop || 'static';
|
||||
|
||||
return modal.modal(options);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user