diff --git a/packages/web/src/javascripts/Controllers/Navigation/NavigationController.ts b/packages/web/src/javascripts/Controllers/Navigation/NavigationController.ts index 60951fbb6..1138c87ea 100644 --- a/packages/web/src/javascripts/Controllers/Navigation/NavigationController.ts +++ b/packages/web/src/javascripts/Controllers/Navigation/NavigationController.ts @@ -141,6 +141,10 @@ export class NavigationController this.items.streamItems([ContentType.TYPES.Tag, ContentType.TYPES.SmartView], ({ changed, removed }) => { this.reloadTags() + if (this.contextMenuTag && FindItem(removed, this.contextMenuTag.uuid)) { + this.setContextMenuTag(undefined) + } + runInAction(() => { const currentSelectedTag = this.selected_