-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Description
Describe the bug
Double click not working on element with data-tauri-drag-region attribute
To Reproduce
Steps to reproduce the behavior:
- Clone https://github.com/Shotman/tauri-bordeless-vue
- Run yarn tauri:serve
- Double click on custom sidebar
- Event not triggered
Prebuilt packages are available if you don't want to build the project in the releases
Expected behavior
The event should be triggered
Screenshots
If applicable, add screenshots to help explain your problem.
Platform and Versions (please complete the following information):
Operating System - Windows, version 10.0.19042 X64
Webview2 - 90.0.818.62
Node.js environment
Node.js - 15.12.0
@tauri-apps/cli - 1.0.0-beta.0
@tauri-apps/api - 1.0.0-beta.1
Global packages
npm - 7.12.0
yarn - 1.22.5
Rust environment
rustc - 1.52.1
cargo - 1.52.0
App directory structure
/.git
/.github
/.history
/node_modules
/public
/src
/src-tauri
App
tauri.rs - 1.0.0-beta.1
build-type - bundle
CSP - default-src blob: data: filesystem: ws: http: https: 'unsafe-eval' 'unsafe-inline' img-src: 'self'
distDir - Set automatically by Vue CLI plugin
devPath - Set automatically by Vue CLI plugin
framework - Vue.js (Vue CLI)
bundler - Webpack