add missing disableHistory

This commit is contained in:
siikamiika 2019-12-01 06:32:17 +02:00
parent abe70e3b8c
commit a40f3b1c9f

View File

@ -398,7 +398,7 @@ class Frontend {
textSource.getRect(),
textSource.getWritingMode(),
type,
{definitions, context: {sentence, url, focus}}
{definitions, context: {sentence, url, focus, disableHistory: true}}
);
this.textSourceCurrent = textSource;