Skip to content

Commit

Permalink
fix: dblclick occur error #758
Browse files Browse the repository at this point in the history
  • Loading branch information
fangsmile committed Dec 19, 2023
1 parent 6f164e5 commit 01872d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vtable/src/core/BaseTable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2801,6 +2801,7 @@ export abstract class BaseTable extends EventTarget implements BaseTableAPI {
scaleRatio: this.canvas.getBoundingClientRect().width / this.canvas.offsetWidth
};
}
return undefined;
}
/** @private */
_hasField(field: FieldDef, col: number, row: number): boolean {
Expand Down

0 comments on commit 01872d0

Please sign in to comment.