mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-28 07:38:11 +08:00
Remove blob URL dead code and clean up more frontend code (#2199)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { type Editor } from "@graphite/wasm-communication/editor";
|
||||
import { TriggerVisitLink } from "@graphite/wasm-communication/messages";
|
||||
import { type Editor } from "@graphite/editor";
|
||||
import { TriggerVisitLink } from "@graphite/messages";
|
||||
|
||||
export function createHyperlinkManager(editor: Editor) {
|
||||
// Subscribe to process backend event
|
||||
|
||||
Reference in New Issue
Block a user