xfy 1cc09e4cbc
Some checks failed
CI / check (push) Failing after 4m44s
CI / build (push) Has been skipped
fix(bridge): use unchecked_into for TiptapEditorModule (not dyn_into)
dyn_into runs 'instanceof TiptapEditorModule', but the IIFE TiptapEditor
is a plain object literal — not an instance of wasm-bindgen's registered
constructor — so the check always fails with a panic.

unchecked_into does only the compile-time type annotation; Reflect::get
already guarantees we have the right object.
2026-06-24 10:38:33 +08:00
..
2026-06-12 19:02:37 +08:00