comment for paste impl: only consider work in tauri env

This commit is contained in:
2026-07-16 13:21:35 +08:00
parent f00534e76a
commit d0130da65f
@@ -162,6 +162,7 @@ function EditorPlugins({
useEffect(
() =>
// this ONLY works in Tauri, no plan for browser by now.
editor.registerCommand(
PASTE_COMMAND,
(event) => {