Merge pull request #7510 from penpot/alotor-bugfix-pan-with-guides

🐛 Fix pan cursor not disabling viewport guides
This commit is contained in:
Alejandro Alonso
2025-10-15 13:36:12 +02:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

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

View File

@@ -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)