Actions Menu TS

This commit is contained in:
Mo Bitar
2020-04-12 17:38:18 -05:00
parent a379ea9f54
commit d38c14b1b4
74 changed files with 1450 additions and 30 deletions

View File

@@ -297,7 +297,7 @@ class TagsPanelCtrl extends PureCtrl {
this.editingOriginalName = undefined;
const matchingTag = this.application.findTag(tag.title);
const matchingTag = this.application.findTagByTitle(tag.title);
const alreadyExists = matchingTag && matchingTag !== tag;
if (this.state.newTag === tag && alreadyExists) {
this.application.alertService!.alert(