diff --git a/editor/svg-editor.css b/editor/svg-editor.css index 1b47b404..981239b4 100644 --- a/editor/svg-editor.css +++ b/editor/svg-editor.css @@ -8,6 +8,8 @@ html, body, div{ -moz-user-select: none; -o-user-select: none; user-select: none; + /* this will work for QtWebKit in future */ + -webkit-user-drag: none; } #browser-not-supported {