mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
Merge pull request #7439 from minrk/toolbar-events
disable keyboard events on main toolbar
This commit is contained in:
commit
5965e58eb5
@ -25,6 +25,7 @@ define([
|
||||
this.events = options.events;
|
||||
this.notebook = options.notebook;
|
||||
this._make();
|
||||
this.notebook.keyboard_manager.register_events(this.element);
|
||||
Object.seal(this);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user