0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-23 15:26:29 -05:00

Merge pull request #5880 from penpot/alotor-render-wasm-cache

🐛 Fix problem with cache
This commit is contained in:
Alejandro 2025-02-18 10:20:31 +01:00 committed by GitHub
commit 5fae07af11
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -662,6 +662,7 @@ pub extern "C" fn set_modifiers() {
for entry in entries { for entry in entries {
state.modifiers.insert(entry.id, entry.transform); state.modifiers.insert(entry.id, entry.transform);
} }
state.render_state.clear_cache();
} }
#[no_mangle] #[no_mangle]