mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Add id for command palette button group (#4661)
This commit is contained in:
parent
922e97922c
commit
6174498ab0
@ -58,7 +58,9 @@ define([
|
||||
],
|
||||
'run_int'],
|
||||
['<add_celltype_list>'],
|
||||
[['jupyter-notebook:show-command-palette']]
|
||||
[
|
||||
['jupyter-notebook:show-command-palette'],
|
||||
'cmd_palette']
|
||||
];
|
||||
this.construct(grps);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user