comment for paste impl: only consider work in tauri env
This commit is contained in:
@@ -162,6 +162,7 @@ function EditorPlugins({
|
||||
|
||||
useEffect(
|
||||
() =>
|
||||
// this ONLY works in Tauri, no plan for browser by now.
|
||||
editor.registerCommand(
|
||||
PASTE_COMMAND,
|
||||
(event) => {
|
||||
|
||||
Reference in New Issue
Block a user