File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ import * as registry from '../registry.js';
3232import { RenderedConnection } from '../rendered_connection.js' ;
3333import { Renderer } from '../renderers/zelos/renderer.js' ;
3434import { WorkspaceSvg } from '../workspace_svg.js' ;
35- import { ASTNode } from './ast_node.js' ;
3635import { BlockNavigationPolicy } from './block_navigation_policy.js' ;
3736import { ConnectionNavigationPolicy } from './connection_navigation_policy.js' ;
3837import { FieldNavigationPolicy } from './field_navigation_policy.js' ;
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments