rhino-editor
Version:
A custom element wrapped rich text editor
9 lines (8 loc) • 318 B
TypeScript
import { Plugin } from "@tiptap/pm/state";
export interface FirefoxCaretPluginOptions {
}
/**
* Plugin to fix firefox cursor disappearing inside contenteditable for shadow dom.
* https://github.com/ProseMirror/prosemirror/issues/1113#issue-780389225
*/
export declare function FirefoxCaretFixPlugin(): Plugin<any>;