mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Remove touchAction:none as we're already calling preventDefault() in selectstart, dragstart
Closes #686.
This commit is contained in:
parent
e477eb8788
commit
d1072d0a88
1 changed files with 0 additions and 4 deletions
|
@ -44,10 +44,6 @@ var View = Base.extend(Emitter, /** @lends View# */{
|
|||
var none = 'none';
|
||||
DomElement.setPrefixed(element.style, {
|
||||
userSelect: none,
|
||||
// This makes the element blocking in IE10+
|
||||
// You could experiment with the value, see this issue:
|
||||
// https://github.com/EightMedia/hammer.js/issues/241
|
||||
touchAction: none,
|
||||
touchCallout: none,
|
||||
contentZooming: none,
|
||||
userDrag: none,
|
||||
|
|
Loading…
Reference in a new issue