feat: select-none
This commit is contained in:
parent
a10c9d8ffe
commit
ea5b50cf0a
7 changed files with 26 additions and 14 deletions
|
|
@ -25,7 +25,9 @@ export default function RawEventDialog({
|
|||
<DialogDescription className="hidden" />
|
||||
</DialogHeader>
|
||||
<ScrollArea className="h-full">
|
||||
<pre className="text-sm text-muted-foreground">{JSON.stringify(event, null, 2)}</pre>
|
||||
<pre className="text-sm text-muted-foreground select-text">
|
||||
{JSON.stringify(event, null, 2)}
|
||||
</pre>
|
||||
<ScrollBar orientation="horizontal" />
|
||||
</ScrollArea>
|
||||
</DialogContent>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue