Skip to content

Commit ef0fda6

Browse files
committed
fix lint
1 parent 3637975 commit ef0fda6

File tree

1 file changed

+1
-1
lines changed
  • packages/dom-adapters/src/CaretAdapter

1 file changed

+1
-1
lines changed

packages/dom-adapters/src/CaretAdapter/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export class CaretAdapter extends EventTarget {
113113

114114
const caretToUpdate = this.#userCarets.get(userId);
115115

116-
if (!caretToUpdate) {
116+
if (caretToUpdate === undefined) {
117117
return;
118118
}
119119

0 commit comments

Comments
 (0)