We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc15f7 commit 2d57faeCopy full SHA for 2d57fae
resources/scss/src/dialog/_Base.scss
@@ -63,7 +63,10 @@
63
.neo-panel-header-text {
64
color : v(dialog-header-color);
65
pointer-events: none;
66
+ user-drag : none; // not supported yet
67
user-select : none;
68
+
69
+ -webkit-user-drag: none;
70
}
71
72
src/component/Label.mjs
@@ -29,7 +29,8 @@ class Label extends Component {
29
* @member {Object} _vdom={tag: 'label'}
30
*/
31
_vdom: {
32
- tag: 'label'
+ tag : 'label',
33
+ draggable: false
34
35
}}
36
0 commit comments