Skip to content

Commit c8ec2f2

Browse files
chore: lint
1 parent b449343 commit c8ec2f2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

core/keyboard_nav/line_cursor.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ import * as registry from '../registry.js';
3232
import {RenderedConnection} from '../rendered_connection.js';
3333
import {Renderer} from '../renderers/zelos/renderer.js';
3434
import {WorkspaceSvg} from '../workspace_svg.js';
35-
import {ASTNode} from './ast_node.js';
3635
import {BlockNavigationPolicy} from './block_navigation_policy.js';
3736
import {ConnectionNavigationPolicy} from './connection_navigation_policy.js';
3837
import {FieldNavigationPolicy} from './field_navigation_policy.js';

core/keyboard_nav/marker.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ export class Marker {
5050
* @param newNode The new location of the marker, or null to remove it.
5151
*/
5252
setCurNode(newNode: INavigable<any> | null) {
53-
const oldNode = this.curNode;
5453
this.curNode = newNode;
5554
}
5655

0 commit comments

Comments
 (0)