mirror of
https://github.com/geohot/qira
synced 2025-03-14 11:03:08 +03:00
ugh mouseout is annoying
This commit is contained in:
parent
268e5c0522
commit
5ae7ae5de4
5
web/client/controls.js
vendored
5
web/client/controls.js
vendored
@ -95,11 +95,12 @@ $(document).ready(function() {
|
||||
endDrag(e.screenX, e.screenY, true);
|
||||
});
|
||||
$('#staticpanel').on('mouseout', '#outergbox', function(e) {
|
||||
// TODO: FIX THIS!
|
||||
/*p(e.target);
|
||||
p(e.target.id);*/
|
||||
if (e.target.id === "outergbox" || e.target.id === "gcanvas") {
|
||||
/*if (e.target.id === "outergbox" || e.target.id === "gcanvas") {
|
||||
endDrag(e.screenX, e.screenY, true);
|
||||
}
|
||||
}*/
|
||||
});
|
||||
$('body').on('mousewheel', '.flat', function(e) {
|
||||
/*var cdr = $(".flat").children();
|
||||
|
Loading…
x
Reference in New Issue
Block a user