Explicitly use coracle workaround for nostr editor

This commit is contained in:
Jon Staab
2025-06-09 14:40:30 -07:00
parent 58373f2c45
commit 64c9cff43f
18 changed files with 22 additions and 22 deletions
+2 -2
View File
@@ -19,7 +19,7 @@ import type {
ImageOptions,
LinkOptions,
NSecRejectOptions,
} from "nostr-editor"
} from "nostr-editor-coracle-workaround"
import {
NostrExtension,
Bolt11Extension,
@@ -32,7 +32,7 @@ import {
TagExtension,
VideoExtension,
NSecRejectExtension,
} from "nostr-editor"
} from "nostr-editor-coracle-workaround"
import {WordCount} from "./WordCount.js"
import {CodeInline, type CodeInlineOptions} from "./CodeInline.js"
import {BreakOrSubmit, type BreakOrSubmitOptions} from "./BreakOrSubmit.js"