Closes #102
This commit is contained in:
parent
bed3638292
commit
86001b4823
|
@ -74,7 +74,7 @@ export default class Selection {
|
||||||
|
|
||||||
/** Shorthand for the 'exact' field of the TextQuoteSelector **/
|
/** Shorthand for the 'exact' field of the TextQuoteSelector **/
|
||||||
get quote() {
|
get quote() {
|
||||||
return this.selector('TextQuoteSelector').exact;
|
return this.selector('TextQuoteSelector')?.exact;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*******************************************/
|
/*******************************************/
|
||||||
|
|
Loading…
Reference in New Issue