fix: image attachments in desktop
This commit is contained in:
parent
9fb67310bb
commit
1d68c34be6
3 changed files with 53 additions and 28 deletions
|
|
@ -183,6 +183,7 @@ pub fn run() {
|
|||
.inner_size(size.width as f64, size.height as f64)
|
||||
.decorations(true)
|
||||
.zoom_hotkeys_enabled(true)
|
||||
.disable_drag_drop_handler()
|
||||
.initialization_script(format!(
|
||||
r#"
|
||||
window.__OPENCODE__ ??= {{}};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue