Merge pull request #7439 from minrk/toolbar-events

disable keyboard events on main toolbar
This commit is contained in:
Thomas Kluyver 2015-01-13 14:04:00 -08:00
commit 5965e58eb5

View File

@ -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);
};