3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

Fix command precedence in TagsPlugin

This commit is contained in:
Dragory 2020-07-29 00:44:51 +03:00
parent fd96ea4ee9
commit 0f47923c4f
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -48,10 +48,10 @@ export const TagsPlugin = zeppelinPlugin<TagsPluginType>()("tags", {
// prettier-ignore
commands: [
TagEvalCmd,
TagCreateCmd,
TagDeleteCmd,
TagListCmd,
TagSourceCmd,
TagCreateCmd,
],
onLoad(pluginData) {