Issue #290: selection tools: clear hasSelection flag when calling commitSelection

This commit is contained in:
Julian Descottes 2016-08-01 19:02:41 +02:00 committed by juliandescottes
parent 69393127fa
commit f4cbabe2ce

View File

@ -122,6 +122,7 @@
// Clean previous selection:
$.publish(Events.SELECTION_DISMISSED);
overlay.clear();
this.hasSelection = false;
};
/**