mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Remove 'isMenu=true' from notebook toggle more (#6253)
This commit is contained in:
@@ -49,7 +49,7 @@ export class CellToggleMoreActions {
|
|||||||
this._moreActions = new ActionBar(this._moreActionsElement, { orientation: ActionsOrientation.VERTICAL });
|
this._moreActions = new ActionBar(this._moreActionsElement, { orientation: ActionsOrientation.VERTICAL });
|
||||||
this._moreActions.context = { target: this._moreActionsElement };
|
this._moreActions.context = { target: this._moreActionsElement };
|
||||||
let validActions = this._actions.filter(a => a.canRun(context));
|
let validActions = this._actions.filter(a => a.canRun(context));
|
||||||
this._moreActions.push(this.instantiationService.createInstance(ToggleMoreWidgetAction, validActions, context), { icon: true, label: false, isMenu: true });
|
this._moreActions.push(this.instantiationService.createInstance(ToggleMoreWidgetAction, validActions, context), { icon: true, label: false });
|
||||||
}
|
}
|
||||||
|
|
||||||
public toggleVisible(visible: boolean): void {
|
public toggleVisible(visible: boolean): void {
|
||||||
|
|||||||
Reference in New Issue
Block a user