3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-20 00:05:04 +00:00

Fix command precedence in TagsPlugin

This commit is contained in:
Dragory 2020-07-29 00:44:51 +03:00
parent 3851b20010
commit 35764c6de2

View file

@ -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) {