From 93119fcee65a2e476e5effdc33d0e8dbbaeff1a7 Mon Sep 17 00:00:00 2001 From: Ashim Kumar Date: Fri, 16 Jan 2026 17:07:33 +0600 Subject: [PATCH] Fix normalize button to only normalize selected text --- static/js/editor.js | 303 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 299 insertions(+), 4 deletions(-) diff --git a/static/js/editor.js b/static/js/editor.js index d311ccb..8806241 100644 --- a/static/js/editor.js +++ b/static/js/editor.js @@ -157,7 +157,7 @@ function createMarkerHTML(type, num, voice = 'af_alloy', markerId = null) { - +