mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-15 04:00:34 +08:00
Merge pull request #632 from jcb91/feature/add_buttons_group
enhancement: `IPython.toolbar.add_buttons_group` should return the new button group
This commit is contained in:
commit
553a9ce46f
@ -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