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.getRect(),
textSource.getWritingMode(), textSource.getWritingMode(),
type, type,
{definitions, context: {sentence, url, focus}} {definitions, context: {sentence, url, focus, disableHistory: true}}
); );
this.textSourceCurrent = textSource; this.textSourceCurrent = textSource;