From 31a754d264808b0b3e8173df7971d0edbb1f117a Mon Sep 17 00:00:00 2001 From: BordedDev <> Date: Sun, 5 Oct 2025 21:03:35 +0200 Subject: [PATCH] Improved paste handling to support selection and providing undo support --- src/snek/templates/web.html | 97 +++++++++++++++++++------------------ 1 file changed, 51 insertions(+), 46 deletions(-) diff --git a/src/snek/templates/web.html b/src/snek/templates/web.html index 217ddb4..216f63e 100644 --- a/src/snek/templates/web.html +++ b/src/snek/templates/web.html @@ -37,10 +37,9 @@ {% include "dialog_help.html" %} {% include "dialog_online.html" %}