@@ -186,10 +186,10 @@ function* bookmarkPush(action: readerActions.bookmark.push.TAction) {
186186 cfi : undefined ,
187187 } ,
188188 cleanBefore : bookmark . locatorExtended . locator . locations . caretInfo ?. cleanBefore || bookmark . locatorExtended . locator . text ?. before || "" ,
189- cleanText : bookmark . locatorExtended . locator . locations . caretInfo ?. cleanText || bookmark . locatorExtended . locator . text ?. highlight || bookmark . locatorExtended . locator . title || bookmark . name ,
189+ cleanText : bookmark . locatorExtended . locator . locations . caretInfo ?. cleanText || bookmark . locatorExtended . locator . text ?. highlight || bookmark . locatorExtended . locator . title || bookmark . name || "" ,
190190 cleanAfter : bookmark . locatorExtended . locator . locations . caretInfo ?. cleanAfter || bookmark . locatorExtended . locator . text ?. after || "" ,
191191 rawBefore : bookmark . locatorExtended . locator . locations . caretInfo ?. rawBefore || bookmark . locatorExtended . locator . text ?. beforeRaw || "" ,
192- rawText : bookmark . locatorExtended . locator . locations . caretInfo ?. rawText || bookmark . locatorExtended . locator . text ?. highlightRaw || bookmark . locatorExtended . locator . title || bookmark . name ,
192+ rawText : bookmark . locatorExtended . locator . locations . caretInfo ?. rawText || bookmark . locatorExtended . locator . text ?. highlightRaw || bookmark . locatorExtended . locator . title || bookmark . name || "" ,
193193 rawAfter : bookmark . locatorExtended . locator . locations . caretInfo ?. rawAfter || bookmark . locatorExtended . locator . text ?. afterRaw || "" ,
194194 } ,
195195 color : { red : 52 , green : 152 , blue : 219 } ,
@@ -474,10 +474,10 @@ function* readerStart() {
474474 cfi : undefined ,
475475 } ,
476476 cleanBefore : bookmark . locatorExtended . locator . locations . caretInfo ?. cleanBefore || bookmark . locatorExtended . locator . text ?. before || "" ,
477- cleanText : bookmark . locatorExtended . locator . locations . caretInfo ?. cleanText || bookmark . locatorExtended . locator . text ?. highlight || bookmark . locatorExtended . locator . title || bookmark . name ,
477+ cleanText : bookmark . locatorExtended . locator . locations . caretInfo ?. cleanText || bookmark . locatorExtended . locator . text ?. highlight || bookmark . locatorExtended . locator . title || bookmark . name || "" ,
478478 cleanAfter : bookmark . locatorExtended . locator . locations . caretInfo ?. cleanAfter || bookmark . locatorExtended . locator . text ?. after || "" ,
479479 rawBefore : bookmark . locatorExtended . locator . locations . caretInfo ?. rawBefore || bookmark . locatorExtended . locator . text ?. beforeRaw || "" ,
480- rawText : bookmark . locatorExtended . locator . locations . caretInfo ?. rawText || bookmark . locatorExtended . locator . text ?. highlightRaw || bookmark . locatorExtended . locator . title || bookmark . name ,
480+ rawText : bookmark . locatorExtended . locator . locations . caretInfo ?. rawText || bookmark . locatorExtended . locator . text ?. highlightRaw || bookmark . locatorExtended . locator . title || bookmark . name || "" ,
481481 rawAfter : bookmark . locatorExtended . locator . locations . caretInfo ?. rawAfter || bookmark . locatorExtended . locator . text ?. afterRaw || "" ,
482482 } ,
483483 color : { red : 52 , green : 152 , blue : 219 } ,
0 commit comments