mirror of
https://github.com/penpot/penpot.git
synced 2025-04-30 16:26:23 +02:00
🐛 Fix problem with cache
This commit is contained in:
parent
3268225941
commit
400e5f60f2
1 changed files with 1 additions and 0 deletions
|
@ -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]
|
||||||
|
|
Loading…
Add table
Reference in a new issue