limpiar EditLinkMenu
This commit is contained in:
parent
45a3517060
commit
435cccfb1c
1 changed files with 1 additions and 2 deletions
|
@ -4,12 +4,11 @@
|
|||
import { getFirstMarkInSelection } from "../ps-utils";
|
||||
import { readable, type Writable } from "svelte/store";
|
||||
import { nanoid } from "nanoid";
|
||||
import { linkFloatingUi, selectionFloatingUi } from "./floatingUi";
|
||||
import { selectionFloatingUi } from "./floatingUi";
|
||||
import {
|
||||
autoPlacement,
|
||||
shift,
|
||||
offset,
|
||||
type ComputePositionConfig,
|
||||
} from "@floating-ui/dom";
|
||||
|
||||
export let state: EditorState;
|
||||
|
|
Loading…
Reference in a new issue