Skip to content

Commit

Permalink
chore: remove touch interaction
Browse files Browse the repository at this point in the history
BREAKING CHANGE: touch interaction has been removed

Closes #796
  • Loading branch information
philippfromme committed Jan 30, 2024
1 parent 1bc2c8d commit 06e78f9
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 592 deletions.
11 changes: 1 addition & 10 deletions assets/diagram-js.css
Original file line number Diff line number Diff line change
Expand Up @@ -749,22 +749,13 @@ marker.djs-dragger tspan {
}

/**
* touch
* bendpoints
*/

.djs-shape,
.djs-connection {
touch-action: none;
}

.djs-segment-dragger,
.djs-bendpoint {
display: none;
}

/**
* bendpoints
*/
.djs-segment-dragger .djs-visual {
display: none;

Expand Down
63 changes: 0 additions & 63 deletions lib/features/touch/TouchFix.js

This file was deleted.

Loading

0 comments on commit 06e78f9

Please sign in to comment.