Skip to content

Commit

Permalink
chore(toolbox): 清理 console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
mark9804 committed Oct 13, 2024
1 parent 0029a4f commit 1f618f6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,6 @@ watch(selectedText.text, () => {
});
function handleCopyPaste(event: KeyboardEvent) {
console.log(event);
if (isMac) {
if (event.metaKey && event.altKey && event.code === "KeyV") {
mainStore.getScenario.content[config.getSelectLine][
Expand Down

0 comments on commit 1f618f6

Please sign in to comment.