Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jgraph/drawio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/webapp/js/diagramly/P2PCollab.js')
-rw-r--r--src/main/webapp/js/diagramly/P2PCollab.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/webapp/js/diagramly/P2PCollab.js b/src/main/webapp/js/diagramly/P2PCollab.js
index 3decaf36..ba2495d9 100644
--- a/src/main/webapp/js/diagramly/P2PCollab.js
+++ b/src/main/webapp/js/diagramly/P2PCollab.js
@@ -330,8 +330,6 @@ function P2PCollab(ui, sync, channelId)
cursor.style.position = 'absolute';
cursor.style.display = 'none';
cursor.style.opacity = '0.9';
- cursor.style.zIndex = 5000;
-
var img = document.createElement('img');
mxUtils.setPrefixedStyle(img.style, 'transform', 'rotate(-45deg)translateX(-14px)');
img.setAttribute('src', createCursorImage(clr));