Allow selection of text in JSON document viewer #56325

Closed
opened 2018-08-11 21:18:11 +02:00 by Francesco Siddi · 5 comments

Currently it's not possible to select any text within the document.

Currently it's not possible to select any text within the document.
Pablo Vazquez was assigned by Francesco Siddi 2018-08-11 21:18:11 +02:00
Author
Owner

Added subscriber: @fsiddi

Added subscriber: @fsiddi

Added subscriber: @Blendify

Added subscriber: @Blendify

P764: (An Untitled Masterwork)

diff --git a/src/styles/main.sass b/src/styles/main.sass
index 5197f90..61518af 100644
--- a/src/styles/main.sass
+++ b/src/styles/main.sass
@@ -87,6 +87,7 @@
 // Overrides for the json viewer component in benchmark/sample view.
 .json-viewer
        border: none !important
+       user-select: auto !important

        button
                box-shadow: none
[P764: (An Untitled Masterwork)](https://archive.blender.org/developer/P764.txt) ``` diff --git a/src/styles/main.sass b/src/styles/main.sass index 5197f90..61518af 100644 --- a/src/styles/main.sass +++ b/src/styles/main.sass @@ -87,6 +87,7 @@ // Overrides for the json viewer component in benchmark/sample view. .json-viewer border: none !important + user-select: auto !important button box-shadow: none ```

This issue was referenced by 11d4e28860

This issue was referenced by 11d4e288608c9ee98304693ec22fbf0ff3c9f78d

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Sign in to join this conversation.
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: infrastructure/blender-open-data#56325
No description provided.