This commit is contained in:
Rainer Simon 2022-02-27 09:09:34 +01:00
parent bed3638292
commit 86001b4823
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ export default class Selection {
/** Shorthand for the 'exact' field of the TextQuoteSelector **/
get quote() {
return this.selector('TextQuoteSelector').exact;
return this.selector('TextQuoteSelector')?.exact;
}
/*******************************************/