Siraj Kimuli

Results 2 comments of Siraj Kimuli

It works fine If You can comment out. ` // if (this.options.allowDragNDrop) { // _jquery2['default'].event.props.push('dataTransfer'); // }` This disables **drag and drop**

Make sure you enable "image-png" in the Cargo.toml file; then Rust will be able to process the buffer. ```toml [dependencies] tauri = { version = "2", features = ["image-png"] }...