mirror of
https://github.com/penpot/penpot.git
synced 2026-09-14 16:09:01 +00:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
7dd24bb79b
@ -29,6 +29,7 @@
|
|||||||
- Fix copy and paste very nested inside itself [Taiga #4848](https://tree.taiga.io/project/penpot/issue/4848)
|
- Fix copy and paste very nested inside itself [Taiga #4848](https://tree.taiga.io/project/penpot/issue/4848)
|
||||||
- Fix custom fonts not rendered correctly [Taiga #4874](https://tree.taiga.io/project/penpot/issue/4874)
|
- Fix custom fonts not rendered correctly [Taiga #4874](https://tree.taiga.io/project/penpot/issue/4874)
|
||||||
- Fix problem with shadows and blur on multiple selection
|
- Fix problem with shadows and blur on multiple selection
|
||||||
|
- Fix problem with redo shortcut
|
||||||
|
|
||||||
## 1.17.2
|
## 1.17.2
|
||||||
|
|
||||||
|
|||||||
@ -87,7 +87,7 @@
|
|||||||
(watch [it state _]
|
(watch [it state _]
|
||||||
(let [edition (get-in state [:workspace-local :edition])
|
(let [edition (get-in state [:workspace-local :edition])
|
||||||
drawing (get state :workspace-drawing)]
|
drawing (get state :workspace-drawing)]
|
||||||
(when (and (nil? edition) (or (empty drawing) (= :curve (:tool drawing))))
|
(when (and (nil? edition) (or (empty? drawing) (= :curve (:tool drawing))))
|
||||||
(let [undo (:workspace-undo state)
|
(let [undo (:workspace-undo state)
|
||||||
items (:items undo)
|
items (:items undo)
|
||||||
index (or (:index undo) (dec (count items)))]
|
index (or (:index undo) (dec (count items)))]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user