Commit ed49c7c2 authored by MMP0's avatar MMP0

Fix double click event not firing

parent c4b11ec5
......@@ -1065,10 +1065,14 @@ body.resizing {
cursor: col-resize !important;
}
body.resizing :not(.resize-handle) {
body.resizing * {
pointer-events: none !important;
}
body.resizing .resize-handle {
pointer-events: initial !important;
}
.resize-handle {
position: relative;
cursor: col-resize;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment