This commit is contained in:
Yurii
2026-06-11 06:24:25 +03:00
parent f4c9677778
commit 6f923afbdc

View File

@@ -835,10 +835,8 @@ class ViewHelper {
html = $span.get(0).outerHTML;
}
if (!noWhiteSpace) {
if (html) {
html += `<span style="user-select: none;">&nbsp;</span>`;
}
if (!noWhiteSpace && html) {
html += `<span style="user-select: none;">&nbsp;</span>`;
}
return html;