fix: Incorrect import – really need a lint rule for this
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Command } from "prosemirror-state";
|
||||
import { findParentNode } from "@shared/editor/queries/findParentNode";
|
||||
import { findParentNode } from "../queries/findParentNode";
|
||||
|
||||
/**
|
||||
* A prosemirror command to toggle the checkbox item at the current selection.
|
||||
|
||||
Reference in New Issue
Block a user