mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-07 13:07:22 +08:00
make IPython.toolbar.add_buttons_group
return the button group it creates
This commit is contained in:
parent
75496518fd
commit
27ab6a4986
@ -118,6 +118,7 @@ define([
|
||||
// END IIFE
|
||||
}
|
||||
$(this.selector).append(btn_group);
|
||||
return btn_group;
|
||||
};
|
||||
|
||||
ToolBar.prototype.style = function () {
|
||||
|
Loading…
Reference in New Issue
Block a user