mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-29 11:54:30 +01:00
fix deselectOnUp
This commit is contained in:
parent
8b55612fae
commit
ed122713b8
1 changed files with 1 additions and 0 deletions
|
|
@ -638,6 +638,7 @@ TCAD.TWO.PanTool.prototype.mouseup = function(e) {
|
|||
this.viewer.deselectAll();
|
||||
this.viewer.refresh();
|
||||
}
|
||||
this.deselectOnUp = false;
|
||||
};
|
||||
|
||||
TCAD.TWO.PanTool.prototype.mousewheel = function(e) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue