From 0700e2f5eff186f006def58f701bd9212207cec7 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Tue, 31 Oct 2023 22:20:31 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20Incorrect=20import=20=E2=80=93=20really?= =?UTF-8?q?=20need=20a=20lint=20rule=20for=20this?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/editor/commands/toggleCheckboxItem.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/editor/commands/toggleCheckboxItem.ts b/shared/editor/commands/toggleCheckboxItem.ts index 74ce909c1..ef64e51a9 100644 --- a/shared/editor/commands/toggleCheckboxItem.ts +++ b/shared/editor/commands/toggleCheckboxItem.ts @@ -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.