mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-01-30 18:22:56 +08:00
Fix double click event not firing
This commit is contained in:
parent
c4b11ec54e
commit
ed49c7c246
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user