Doppeltes drehen auf Touchscreens unterdrückt
This commit is contained in:
@@ -35,6 +35,7 @@ export class ParentSegment extends Segment {
|
||||
console.log(e);
|
||||
self.rotate();
|
||||
e.stopPropagation();
|
||||
e.preventDefault();
|
||||
}
|
||||
};
|
||||
this.mouseupListener = function(e){
|
||||
@@ -44,6 +45,7 @@ export class ParentSegment extends Segment {
|
||||
{
|
||||
self.rotate();
|
||||
e.stopPropagation();
|
||||
e.preventDefault();
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user