mirror of
https://github.com/penpot/penpot.git
synced 2026-05-30 04:08:08 +00:00
🐛 Fix WASM context-restore background reapplication (#9880)
This commit is contained in:
parent
c9d43006c8
commit
1025d2e756
@ -15,6 +15,7 @@
|
||||
[app.common.files.helpers :as cfh]
|
||||
[app.common.logging :as log]
|
||||
[app.common.math :as mth]
|
||||
[app.common.types.color :as clr]
|
||||
[app.common.types.fills :as types.fills]
|
||||
[app.common.types.fills.impl :as types.fills.impl]
|
||||
[app.common.types.path :as path]
|
||||
@ -311,7 +312,7 @@
|
||||
zoom (:zoom local)
|
||||
vbox (:vbox local)
|
||||
canvas wasm/canvas
|
||||
background (get page :background)]
|
||||
background (get page :background clr/canvas)]
|
||||
{:canvas canvas
|
||||
:base-objects (cpf/focus-objects objects focus)
|
||||
:zoom zoom
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user