fixup sticky mouse

closes #57 thanks
This commit is contained in:
BigEd 2019-03-07 12:00:52 +00:00 committed by GitHub
parent 0d4cb75658
commit 5b86a57c2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -601,6 +601,7 @@ function setupChipLayoutGraphics(){
chipsurround.focus();
chipsurround.onmousedown = function(e){mouseDown(e);};
chipsurround.onkeypress = function(e){handleKey(e);};
chipsurround.onmouseout = function(e){mouseLeave(e);};
}
// utility function to save graphics pan and zoom