Skip to content

Commit 9c2b68d

Browse files
committed
dumper: prevent escaped sequences from being copied [Closes #458]
1 parent 304a820 commit 9c2b68d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/Tracy/Bar/assets/bar.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@ body#tracy-debug .tracy-panel { /* in popup window */
435435
font-size: 80%;
436436
font-style: normal;
437437
color: rgba(0, 0, 0, 0.5);
438+
user-select: none;
438439
}
439440

440441
#tracy-debug .tracy-dump-number {

src/Tracy/Dumper/assets/dumper-dark.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
font-size: 80%;
8383
font-style: normal;
8484
color: rgba(255, 255, 255, 0.5);
85+
user-select: none;
8586
}
8687

8788
.tracy-dark .tracy-dump-number {

src/Tracy/Dumper/assets/dumper-light.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
font-size: 80%;
8383
font-style: normal;
8484
color: rgba(0, 0, 0, 0.5);
85+
user-select: none;
8586
}
8687

8788
.tracy-light .tracy-dump-number {

0 commit comments

Comments
 (0)