mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🐛 Fix problem syncing library colors and typographies (#6467)
Some checks are pending
Commit Message Check / Check Commit Message (push) Waiting to run
Some checks are pending
Commit Message Check / Check Commit Message (push) Waiting to run
This commit is contained in:
@@ -47,6 +47,7 @@
|
|||||||
- Fix cannot rename Design Token Sets when group of same name exists [Taiga Issue #10773](https://tree.taiga.io/project/penpot/issue/10773)
|
- Fix cannot rename Design Token Sets when group of same name exists [Taiga Issue #10773](https://tree.taiga.io/project/penpot/issue/10773)
|
||||||
- Fix problem when duplicating grid layout [Github #6391](https://github.com/penpot/penpot/issues/6391)
|
- Fix problem when duplicating grid layout [Github #6391](https://github.com/penpot/penpot/issues/6391)
|
||||||
- Fix issue that makes workspace shortcuts stop working [Taiga #11062](https://tree.taiga.io/project/penpot/issue/11062)
|
- Fix issue that makes workspace shortcuts stop working [Taiga #11062](https://tree.taiga.io/project/penpot/issue/11062)
|
||||||
|
- Fix problem while syncing library colors and typographies [Taiga #11068](https://tree.taiga.io/project/penpot/issue/11068)
|
||||||
|
|
||||||
## 2.6.2
|
## 2.6.2
|
||||||
|
|
||||||
|
|||||||
@@ -584,7 +584,7 @@
|
|||||||
(generate-sync-shape-direct changes file libraries container shape-id false)))
|
(generate-sync-shape-direct changes file libraries container shape-id false)))
|
||||||
|
|
||||||
(defmethod generate-sync-shape :colors
|
(defmethod generate-sync-shape :colors
|
||||||
[_ changes library-id _ shape _ libraries _]
|
[_ changes library-id _ shape libraries _]
|
||||||
(shape-log :debug (:id shape) nil :msg "Sync colors of shape" :shape (:name shape))
|
(shape-log :debug (:id shape) nil :msg "Sync colors of shape" :shape (:name shape))
|
||||||
|
|
||||||
;; Synchronize a shape that uses some colors of the library. The value of the
|
;; Synchronize a shape that uses some colors of the library. The value of the
|
||||||
@@ -595,7 +595,7 @@
|
|||||||
#(ctc/sync-shape-colors % library-id library-colors))))
|
#(ctc/sync-shape-colors % library-id library-colors))))
|
||||||
|
|
||||||
(defmethod generate-sync-shape :typographies
|
(defmethod generate-sync-shape :typographies
|
||||||
[_ changes library-id container shape _ libraries _]
|
[_ changes library-id container shape libraries _]
|
||||||
(shape-log :debug (:id shape) nil :msg "Sync typographies of shape" :shape (:name shape))
|
(shape-log :debug (:id shape) nil :msg "Sync typographies of shape" :shape (:name shape))
|
||||||
|
|
||||||
;; Synchronize a shape that uses some typographies of the library. The attributes
|
;; Synchronize a shape that uses some typographies of the library. The attributes
|
||||||
|
|||||||
Reference in New Issue
Block a user