Skip to content

Commit d9548a0

Browse files
chore: lint
1 parent 270edca commit d9548a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/keyboard_nav/marker.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ export class Marker {
4343
* @param newNode The new location of the marker, or null to remove it.
4444
*/
4545
setCurNode(newNode: ASTNode | null) {
46-
const oldNode = this.curNode;
4746
this.curNode = newNode;
4847
}
4948

0 commit comments

Comments
 (0)