Close context menu immediately when clicked on mass tag
This commit is contained in:
parent
e99baac9c0
commit
b2f42f1b9f
|
@ -853,6 +853,7 @@ class BulkEditOverlay {
|
|||
*/
|
||||
handleContextMenuTag = () => {
|
||||
CharacterContextMenu.tag(this.selectedCharacters);
|
||||
this.browseState();
|
||||
};
|
||||
|
||||
addStateChangeCallback = callback => this.stateChangeCallbacks.push(callback);
|
||||
|
|
Loading…
Reference in New Issue