Workaround to make the dblclick event to work when clicking into a vc item with a svg child
This commit is contained in:
parent
67b376466b
commit
16ac83d961
|
@ -50,6 +50,10 @@
|
|||
cursor: se-resize;
|
||||
}
|
||||
|
||||
.visual-console-item.is-editing svg {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.visual-console-spinner,
|
||||
.visual-console-spinner :after {
|
||||
display: block;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -36,6 +36,10 @@
|
|||
cursor: se-resize;
|
||||
}
|
||||
|
||||
.visual-console-item.is-editing svg {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.visual-console-spinner,
|
||||
.visual-console-spinner :after {
|
||||
display: block;
|
||||
|
|
Loading…
Reference in New Issue