Skip to content

Commit

Permalink
fix(shared): incorrect activateEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
chizukicn committed Oct 14, 2023
1 parent 7ff8474 commit 532feb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/src/provides/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const DEFAULT_SHARED_CONFIG: SharedConfig = {
size: undefined,
sizeUnit: "px"
},
activateEvent: "dblclick"
activateEvent: "click"
};

export function provideSharedConfig(config: PartialDeep<SharedConfig>) {
Expand Down

0 comments on commit 532feb6

Please sign in to comment.