From 20119d55cfa9205a25873d60c3af945a78edab70 Mon Sep 17 00:00:00 2001 From: ebolam Date: Wed, 19 Oct 2022 16:06:20 -0400 Subject: [PATCH] Prevent interaction until response from server is given --- static/koboldai.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/koboldai.css b/static/koboldai.css index 561cb01c..44ffeedc 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -2508,6 +2508,7 @@ textarea { .pulse { box-shadow: 0 0 0 0 rgba(255, 255, 255, 1); animation: pulse-white 2s infinite; + pointer-events: none; } @keyframes pulse-white {