From 6321cff318c4a86bf265512246e19e9fe8ecdbb2 Mon Sep 17 00:00:00 2001 From: Brandon Jordan Date: Wed, 22 Nov 2023 20:38:07 -0500 Subject: [PATCH] Disallow selecting placeholders --- src/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style.css b/src/style.css index eb0f93b..9dac7bf 100644 --- a/src/style.css +++ b/src/style.css @@ -241,6 +241,7 @@ .sp-container .sp-placeholder-value { background: #f2f7ff; color: #4694ff; + user-select: none; } .sp-container .sp-value,