()
| 58 | } |
| 59 | |
| 60 | const handleInstallCommandCopy = () => { |
| 61 | navigator.clipboard.writeText('npm install -g codebuff') |
| 62 | posthog.capture(AnalyticsEvent.INSTALL_DIALOG_INSTALL_COMMAND_COPIED) |
| 63 | installCopyButtonRef.current?.click() |
| 64 | } |
| 65 | |
| 66 | return ( |
| 67 | <Dialog open={isOpen} onOpenChange={close}> |
no test coverage detected