mirror of
https://github.com/zadam/trilium.git
synced 2025-12-20 15:19:56 +01:00
fix empty range items handling
This commit is contained in:
@@ -238,8 +238,10 @@ export default class EditableTextTypeWidget extends AbstractTextTypeWidget {
|
||||
let text = '';
|
||||
|
||||
for (const item of range.getItems()) {
|
||||
if (item.data) {
|
||||
text += item.data;
|
||||
}
|
||||
}
|
||||
|
||||
return text;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user