🐛 Deactivate text update (#9757)

This commit is contained in:
Alonso Torres 2026-05-20 11:08:41 +02:00 committed by GitHub
parent fb6c522cc0
commit 29d449b42f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@
[app.common.types.shape :as cts]
[app.common.types.shape.layout :as ctl]
[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.variants :as dwv]
[app.main.features :as features]
@ -459,8 +459,9 @@
;; is set.
(wasm.api/initialize-viewport base-objects zoom vbox
:background background
:on-shapes-ready
#(st/emit! (dw/check-file-position-data file-id)))
;; :on-shapes-ready
;; (st/emit! (dw/check-file-position-data file-id))
)
(reset! initialized? true))
(when (and (some? vern) (not= vern (mf/ref-val last-vern-ref)))