mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🐛 Fix pan cursor not disabling viewport guides
This commit is contained in:
@@ -259,7 +259,7 @@
|
||||
show-rulers? (and (contains? layout :rulers) (not hide-ui?))
|
||||
|
||||
|
||||
disabled-guides? (or drawing-tool transform path-drawing? path-editing?)
|
||||
disabled-guides? (or drawing-tool transform path-drawing? path-editing? @space? @mod?)
|
||||
|
||||
single-select? (= (count selected-shapes) 1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user