From ce9813a3313b31e2855e1e9f277afbab0602219a Mon Sep 17 00:00:00 2001 From: Laura Date: Thu, 4 Sep 2025 17:15:38 +0200 Subject: [PATCH] small fix --- static/js/markdown.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/markdown.js b/static/js/markdown.js index 5760bbf..fdf883b 100644 --- a/static/js/markdown.js +++ b/static/js/markdown.js @@ -111,7 +111,7 @@ const el = event.target.closest(".table-wrapper"); - if (!el) { + if (!el || !el.classList.contains("overflowing")) { return; }