diff --git a/src/Selection.js b/src/Selection.js index 1c0680a..b8a2648 100644 --- a/src/Selection.js +++ b/src/Selection.js @@ -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; } /*******************************************/