Skip to content

Commit

Permalink
fix: unable to preventDefault inside passive event listener invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Nov 10, 2024
1 parent ba36ce8 commit a9bfbca
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion packages/effects/layouts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"@vben/types": "workspace:*",
"@vben/utils": "workspace:*",
"@vueuse/core": "catalog:",
"default-passive-events": "catalog:",
"vue": "catalog:",
"vue-router": "catalog:"
}
Expand Down
2 changes: 0 additions & 2 deletions packages/effects/layouts/src/basic/layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ import {
} from './menu';
import { LayoutTabbar } from './tabbar';
import 'default-passive-events';
defineOptions({ name: 'BasicLayout' });
const emit = defineEmits<{ clearPreferencesAndLogout: [] }>();
Expand Down
11 changes: 0 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ catalog:
cz-git: ^1.11.0
czg: ^1.11.0
dayjs: ^1.11.13
default-passive-events: ^2.0.0
defu: ^6.1.4
depcheck: ^1.4.7
dotenv: ^16.4.5
Expand Down

0 comments on commit a9bfbca

Please sign in to comment.