🐛 Fix pan cursor not disabling viewport guides

This commit is contained in:
alonso.torres
2025-10-15 13:02:56 +02:00
parent 4d751c5acd
commit 6a4d0f05bc
2 changed files with 2 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
### :bug: Bugs fixed ### :bug: Bugs fixed
- Fix pan cursor not disabling viewport guides [Github #6985](https://github.com/penpot/penpot/issues/6985)
## 2.11.0 (Unreleased) ## 2.11.0 (Unreleased)

View File

@@ -259,7 +259,7 @@
show-rulers? (and (contains? layout :rulers) (not hide-ui?)) 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) single-select? (= (count selected-shapes) 1)