Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Don't end drag session if mousedown
- Loading branch information
Showing
with
2 additions
and
0 deletions.
-
+2
−0
framer/Extras/TouchEmulator.coffee
|
@@ -167,6 +167,8 @@ class TouchEmulator extends BaseClass |
|
|
|
|
|
mouseout: (event) => |
|
|
|
|
|
return if @isMouseDown |
|
|
|
|
|
fromElement = event.relatedTarget or event.toElement |
|
|
|
|
|
if not fromElement or fromElement.nodeName is "HTML" |
|
|