This commit is contained in:
2026-01-27 23:56:30 +01:00
parent d9bfa92276
commit 33a04ef295
2 changed files with 1 additions and 2 deletions

View File

@@ -1 +1 @@
1.1.31 1.1.32

View File

@@ -342,7 +342,6 @@
}; };
const lastContent = new Map(); const lastContent = new Map();
const syncing = new WeakSet(); const syncing = new WeakSet();
const syncing = new WeakSet();
const normalizeHtml = (value) => { const normalizeHtml = (value) => {
return String(value || '') return String(value || '')
.replace(/<br\s*\/?>/gi, '') .replace(/<br\s*\/?>/gi, '')