mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Issue #290: selection tools: clear hasSelection flag when calling commitSelection
This commit is contained in:
parent
69393127fa
commit
f4cbabe2ce
@ -122,6 +122,7 @@
|
||||
// Clean previous selection:
|
||||
$.publish(Events.SELECTION_DISMISSED);
|
||||
overlay.clear();
|
||||
this.hasSelection = false;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user