From 70312d9aa04106a599816f5247162df3fc5425d7 Mon Sep 17 00:00:00 2001 From: Ahsen Khan <68795918+ahs3n@users.noreply.github.com> Date: Sun, 20 Oct 2024 19:32:21 -0400 Subject: [PATCH] Prevent selection of bits while using drag functionality --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 9ab95dc..aee9d8d 100644 --- a/index.html +++ b/index.html @@ -44,6 +44,7 @@ border: 1px solid #000; padding: 5px 2px; font-size: 14px; + user-select: none; } .zerox-col {