Skip to content

Commit

Permalink
fix: fix issue whis startEdit event not emit
Browse files Browse the repository at this point in the history
  • Loading branch information
neuqzxy committed Jan 20, 2025
1 parent 0302766 commit 1b4cd06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vstory-editor/src/selection/base-selection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export abstract class BaseSelection implements IEditSelection {
this.inActiveHoverController();
}
}
startEdit(actionInfo: IEditActionInfo, emitEvent: boolean = false) {
startEdit(actionInfo: IEditActionInfo, emitEvent: boolean = true) {
if (this.isEditing) {
return;
}
Expand Down

0 comments on commit 1b4cd06

Please sign in to comment.