Skip to content

Commit c4a0181

Browse files
authored
Merge pull request #50 from ryukinix/set-explicitly-cursor-as-text-selection
fix: set cursor explicitly as text selection for share-url text box
2 parents 8c66095 + afca8a5 commit c4a0181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/webapp.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ history.pushState(null, '', url);
146146
:onclick (js-share-button-function)))
147147
(:input :type "text"
148148
:id "share-url"
149-
:style "display: none; width: 100%; margin-top: 10px;"
149+
:style "cursor: text; display: none; width: 100%; margin-top: 10px;"
150150
:readonly "readonly")
151151
(:pre :style "font-size: 20px" (truth table))
152152
(:pre (format nil "Operators: ~a" inference:*valid-operators*)))

0 commit comments

Comments
 (0)