mirror of
https://github.com/penpot/penpot.git
synced 2025-02-23 07:16:07 -05:00
Merge pull request #5880 from penpot/alotor-render-wasm-cache
🐛 Fix problem with cache
This commit is contained in:
commit
5fae07af11
1 changed files with 1 additions and 0 deletions
|
@ -662,6 +662,7 @@ pub extern "C" fn set_modifiers() {
|
|||
for entry in entries {
|
||||
state.modifiers.insert(entry.id, entry.transform);
|
||||
}
|
||||
state.render_state.clear_cache();
|
||||
}
|
||||
|
||||
#[no_mangle]
|
||||
|
|
Loading…
Add table
Reference in a new issue