This commit is contained in:
Bruno Ribeito
2017-11-06 21:02:53 +00:00
parent b0020fc0ac
commit 923bb05b8d
+3
View File
@@ -541,6 +541,9 @@ export class SelectionManager extends EventEmitter implements ISelectionManager
*/
private _onMouseUp(event: MouseEvent): void {
this._removeMouseDownListeners();
if (this.hasSelection)
this.emit('selectionended');
}
/**