()
| 52 | } |
| 53 | |
| 54 | const handleRunCommandCopy = () => { |
| 55 | navigator.clipboard.writeText('codebuff') |
| 56 | posthog.capture(AnalyticsEvent.INSTALL_DIALOG_RUN_COMMAND_COPIED) |
| 57 | runCopyButtonRef.current?.click() |
| 58 | } |
| 59 | |
| 60 | const handleInstallCommandCopy = () => { |
| 61 | navigator.clipboard.writeText('npm install -g codebuff') |
no test coverage detected