mirror of
https://github.com/penpot/penpot.git
synced 2025-07-19 17:50:24 +02:00
🐛 Fix asynchronous content dependant rendering (#6142)
* 🐛 Fix custom fonts rendering * 🐛 Fix asynchronous content dependant rendering * 🎉 Renaming clear_cache to clear_drawing_cache
This commit is contained in:
parent
9653e72e47
commit
065b50f5a2
4 changed files with 24 additions and 10 deletions
|
@ -145,7 +145,7 @@
|
|||
;; when something synced with wasm
|
||||
;; is modified, we need to request
|
||||
;; a new render.
|
||||
(api/clear-cache)
|
||||
(api/clear-drawing-cache)
|
||||
(api/request-render "set-wasm-attrs")))
|
||||
|
||||
(defn- impl-assoc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue