Allow window resizing
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2024-04-29 23:43:00 -04:00
parent 50c4690ab6
commit 6fcd38e6e1
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -372,9 +372,6 @@ impl Portfolio {
// Load previous app state (if any).
// Note that you must enable the `persistence` feature for this to work.
cc.egui_ctx
.add_image_loader(Arc::new(super::png::JxlLoader::default()));
#[cfg(target_arch = "wasm32")]
let states;
#[cfg(target_arch = "wasm32")]