Desktop: Fix SVG Preview render mode (#3877)
Desktop: Fix svg preview mode
This commit is contained in:
parent
8e52309bb0
commit
35b812ccfe
|
|
@ -225,8 +225,6 @@ pub enum FrontendMessage {
|
||||||
UpdateDocumentArtwork {
|
UpdateDocumentArtwork {
|
||||||
svg: String,
|
svg: String,
|
||||||
},
|
},
|
||||||
// This message is intercepted before being sent to the frontend
|
|
||||||
#[serde(skip)]
|
|
||||||
UpdateImageData {
|
UpdateImageData {
|
||||||
image_data: Vec<(u64, Image<Color>)>,
|
image_data: Vec<(u64, Image<Color>)>,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue