@tmagic/stage 1.1.5 → 1.2.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -960,6 +960,9 @@ class StageMask extends Rule {
960
960
  e.inputEvent.preventDefault();
961
961
  this.isMultiSelectStatus = true;
962
962
  });
963
+ KeyController.global.on("blur", () => {
964
+ this.isMultiSelectStatus = false;
965
+ });
963
966
  KeyController.global.keyup(ctrl, (e) => {
964
967
  e.inputEvent.preventDefault();
965
968
  this.isMultiSelectStatus = false;