Close context menu immediately when clicked on mass tag

This commit is contained in:
Cohee 2024-03-31 10:54:23 +03:00
parent e99baac9c0
commit b2f42f1b9f
1 changed files with 1 additions and 0 deletions

View File

@ -853,6 +853,7 @@ class BulkEditOverlay {
*/
handleContextMenuTag = () => {
CharacterContextMenu.tag(this.selectedCharacters);
this.browseState();
};
addStateChangeCallback = callback => this.stateChangeCallbacks.push(callback);