mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
Ref
This commit is contained in:
@@ -835,10 +835,8 @@ class ViewHelper {
|
||||
html = $span.get(0).outerHTML;
|
||||
}
|
||||
|
||||
if (!noWhiteSpace) {
|
||||
if (html) {
|
||||
html += `<span style="user-select: none;"> </span>`;
|
||||
}
|
||||
if (!noWhiteSpace && html) {
|
||||
html += `<span style="user-select: none;"> </span>`;
|
||||
}
|
||||
|
||||
return html;
|
||||
|
||||
Reference in New Issue
Block a user