pull/4999/head^2
yann300 4 months ago committed by Aniket
parent 6739ab8b03
commit 0a18abe432
  1. 2
      libs/remix-ui/editor/src/lib/remix-ui-editor.tsx

@ -697,7 +697,7 @@ export const EditorUI = (props: EditorUIProps) => {
</div> </div>
), ),
} }
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']) _paq.push(['trackEvent', 'editor', 'onDidPaste', 'more_than_10_lines'])
} }

Loading…
Cancel
Save