Fix command precedence in TagsPlugin
This commit is contained in:
parent
fd96ea4ee9
commit
0f47923c4f
1 changed files with 1 additions and 1 deletions
|
@ -48,10 +48,10 @@ export const TagsPlugin = zeppelinPlugin<TagsPluginType>()("tags", {
|
||||||
// prettier-ignore
|
// prettier-ignore
|
||||||
commands: [
|
commands: [
|
||||||
TagEvalCmd,
|
TagEvalCmd,
|
||||||
TagCreateCmd,
|
|
||||||
TagDeleteCmd,
|
TagDeleteCmd,
|
||||||
TagListCmd,
|
TagListCmd,
|
||||||
TagSourceCmd,
|
TagSourceCmd,
|
||||||
|
TagCreateCmd,
|
||||||
],
|
],
|
||||||
|
|
||||||
onLoad(pluginData) {
|
onLoad(pluginData) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue