From ad4847a78e2945fe4f57ae16262e0c2a91a804f5 Mon Sep 17 00:00:00 2001 From: retoor Date: Sun, 9 Feb 2025 01:34:02 +0100 Subject: [PATCH] No select. --- src/snek/static/chat-window.js | 1 + src/snek/templates/app.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/snek/static/chat-window.js b/src/snek/static/chat-window.js index 0b341dc..1e6f9fb 100644 --- a/src/snek/static/chat-window.js +++ b/src/snek/static/chat-window.js @@ -41,6 +41,7 @@ class ChatWindowElement extends HTMLElement { const chatTitle = document.createElement('h2'); chatTitle.classList.add("chat-title"); + chatTitle.classList.add("no-select"); chatTitle.innerText = "Loading..."; chatHeader.appendChild(chatTitle); this.container.appendChild(chatHeader); diff --git a/src/snek/templates/app.html b/src/snek/templates/app.html index 8d2adca..df2c555 100644 --- a/src/snek/templates/app.html +++ b/src/snek/templates/app.html @@ -23,7 +23,7 @@
- +