Fix several flag options expecting a value

This commit is contained in:
Dragory 2019-10-11 04:54:05 +03:00
parent f921548024
commit c7d24edc1d
3 changed files with 14 additions and 5 deletions

View file

@ -1487,13 +1487,13 @@ export class ModActionsPlugin extends ZeppelinPlugin<TConfigSchema> {
options: [
{
name: "expand",
type: "boolean",
shortcut: "e",
flag: true,
},
{
name: "hidden",
type: "boolean",
shortcut: "h",
flag: true,
},
],
extra: {