Skip to content

Commit

Permalink
fix: Remove EventAction import to resolve dev-server compilation error (
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronkanzer authored Jan 27, 2025
1 parent 6f9335f commit 186674a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/widget/position_widget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ import { EnumSelectWidget } from "#src/widget/enum_widget.js";
import { makeIcon } from "#src/widget/icon.js";
import { NumberInputWidget } from "#src/widget/number_input_widget.js";
import { PositionPlot } from "#src/widget/position_plot.js";
import { EventAction } from "#src/util/event_action_map.js";

export const positionDragType = "neuroglancer-position";

Expand Down

0 comments on commit 186674a

Please sign in to comment.