From 6a81e2affbec73fef7530383b31dbf4fb6ccb4e1 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sun, 1 Sep 2024 18:10:24 +0300 Subject: [PATCH] Add missing tokenizers --- public/index.html | 2 ++ public/scripts/power-user.js | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/public/index.html b/public/index.html index ce3e6c587..d386b6e3a 100644 --- a/public/index.html +++ b/public/index.html @@ -3282,6 +3282,8 @@ + + diff --git a/public/scripts/power-user.js b/public/scripts/power-user.js index 9261e23c3..a8e8517ec 100644 --- a/public/scripts/power-user.js +++ b/public/scripts/power-user.js @@ -1776,11 +1776,6 @@ async function loadContextSettings() { } saveSettingsDebounced(); - /* - if (!control.isCheckbox) { - await resetScrollHeight($element); - } - */ }); });