Skip to content

Commit 5250389

Browse files
Text elements should not be selectable while manipulating the plot #454
1 parent 15403fa commit 5250389

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

js/src/core/Core.js

+2
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,8 @@ function K3D(provider, targetDOMNode, parameters) {
262262
'right: 0',
263263
'pointer-events: none',
264264
'overflow: hidden',
265+
'user-select: none',
266+
'-webkit-user-select: none'
265267
].join(';');
266268

267269
this.GUI = GUI;

0 commit comments

Comments
 (0)