Skip to content

Commit b1ba910

Browse files
committed
prevent copying filename in log
1 parent 96010f1 commit b1ba910

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/App.css

+1
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ html, body {
236236
.logger .file {
237237
float: right;
238238
position: relative;
239+
user-select: none;
239240
}
240241
.tooltip {
241242
position: relative;

0 commit comments

Comments
 (0)