fix default params for term clicking
This commit is contained in:
parent
627e16d44b
commit
408aa73cce
@ -98,7 +98,7 @@ class Display {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async onTermLookup(e, {disableScroll, selectText, disableHistory}) {
|
async onTermLookup(e, {disableScroll, selectText, disableHistory}={}) {
|
||||||
const termLookupResults = await this.termLookup(e);
|
const termLookupResults = await this.termLookup(e);
|
||||||
if (!termLookupResults) {
|
if (!termLookupResults) {
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user