mirror of
https://github.com/penpot/penpot.git
synced 2026-09-07 12:40:12 +00:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
43535ae573
@ -26,6 +26,7 @@
|
|||||||
|
|
||||||
- Fix webhooks not shown in list [Taiga #10763](https://tree.taiga.io/project/penpot/issue/10763)
|
- Fix webhooks not shown in list [Taiga #10763](https://tree.taiga.io/project/penpot/issue/10763)
|
||||||
- Fix colorpicker scroll when dropdown displayed [Taiga #10696](https://tree.taiga.io/project/penpot/issue/10696)
|
- Fix colorpicker scroll when dropdown displayed [Taiga #10696](https://tree.taiga.io/project/penpot/issue/10696)
|
||||||
|
- Clean internal workspace state on exit or url changed [Taiga #10619](https://tree.taiga.io/project/penpot/issue/10619)
|
||||||
|
|
||||||
## 2.6.0
|
## 2.6.0
|
||||||
|
|
||||||
|
|||||||
@ -433,7 +433,8 @@
|
|||||||
:workspace-tokens
|
:workspace-tokens
|
||||||
:workspace-undo)
|
:workspace-undo)
|
||||||
(update :workspace-global dissoc :read-only?)
|
(update :workspace-global dissoc :read-only?)
|
||||||
(assoc-in [:workspace-global :options-mode] :design)))
|
(assoc-in [:workspace-global :options-mode] :design)
|
||||||
|
(update :files d/update-vals #(dissoc % :data))))
|
||||||
|
|
||||||
ptk/WatchEvent
|
ptk/WatchEvent
|
||||||
(watch [_ state _]
|
(watch [_ state _]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user