##// END OF EJS Templates
disable keyboard events on main toolbar...
Min RK -
Show More
@@ -25,6 +25,7 b' define(['
25 this.events = options.events;
25 this.events = options.events;
26 this.notebook = options.notebook;
26 this.notebook = options.notebook;
27 this._make();
27 this._make();
28 this.notebook.keyboard_manager.register_events(this.element);
28 Object.seal(this);
29 Object.seal(this);
29 };
30 };
30
31
General Comments 0
You need to be logged in to leave comments. Login now