mirror of
https://github.com/penpot/penpot.git
synced 2026-05-24 17:33:41 +00:00
🐛 Deactivate text update (#9757)
This commit is contained in:
parent
fb6c522cc0
commit
29d449b42f
@ -17,7 +17,7 @@
|
|||||||
[app.common.types.shape :as cts]
|
[app.common.types.shape :as cts]
|
||||||
[app.common.types.shape.layout :as ctl]
|
[app.common.types.shape.layout :as ctl]
|
||||||
[app.main.data.modal :as modal]
|
[app.main.data.modal :as modal]
|
||||||
[app.main.data.workspace :as dw]
|
;; [app.main.data.workspace :as dw]
|
||||||
[app.main.data.workspace.transforms :as dwt]
|
[app.main.data.workspace.transforms :as dwt]
|
||||||
[app.main.data.workspace.variants :as dwv]
|
[app.main.data.workspace.variants :as dwv]
|
||||||
[app.main.features :as features]
|
[app.main.features :as features]
|
||||||
@ -459,8 +459,9 @@
|
|||||||
;; is set.
|
;; is set.
|
||||||
(wasm.api/initialize-viewport base-objects zoom vbox
|
(wasm.api/initialize-viewport base-objects zoom vbox
|
||||||
:background background
|
:background background
|
||||||
:on-shapes-ready
|
;; :on-shapes-ready
|
||||||
#(st/emit! (dw/check-file-position-data file-id)))
|
;; (st/emit! (dw/check-file-position-data file-id))
|
||||||
|
)
|
||||||
(reset! initialized? true))
|
(reset! initialized? true))
|
||||||
|
|
||||||
(when (and (some? vern) (not= vern (mf/ref-val last-vern-ref)))
|
(when (and (some? vern) (not= vern (mf/ref-val last-vern-ref)))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user