|
|
@ -699,6 +699,7 @@ export const EditorUI = (props: EditorUIProps) => { |
|
|
|
} |
|
|
|
} |
|
|
|
props.plugin.call('notification', 'alert', modalContent) |
|
|
|
props.plugin.call('notification', 'alert', modalContent) |
|
|
|
pasteCodeRef.current = true |
|
|
|
pasteCodeRef.current = true |
|
|
|
|
|
|
|
_paq.push(['trackEvent', 'editor', 'onDidPaste', 'more_than_10_lines']) |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|