mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Merge pull request #7541 from minrk/no-no-default
remove preventDefault on menubar
This commit is contained in:
commit
306ced6ac7
@ -62,7 +62,6 @@ define([
|
||||
// re-select it upon selection.
|
||||
var i = that.notebook.get_selected_index();
|
||||
that.notebook.select(i);
|
||||
event.preventDefault();
|
||||
}
|
||||
);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user