remove extra setContentToken check from Display
This commit is contained in:
parent
c09a3ded1d
commit
548c67ef1c
@ -367,8 +367,6 @@ class Display {
|
|||||||
window.focus();
|
window.focus();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.setContentToken !== token) { return; }
|
|
||||||
|
|
||||||
this.definitions = definitions;
|
this.definitions = definitions;
|
||||||
if (context.disableHistory) {
|
if (context.disableHistory) {
|
||||||
delete context.disableHistory;
|
delete context.disableHistory;
|
||||||
@ -427,8 +425,6 @@ class Display {
|
|||||||
window.focus();
|
window.focus();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.setContentToken !== token) { return; }
|
|
||||||
|
|
||||||
this.definitions = definitions;
|
this.definitions = definitions;
|
||||||
if (context.disableHistory) {
|
if (context.disableHistory) {
|
||||||
delete context.disableHistory;
|
delete context.disableHistory;
|
||||||
|
Loading…
Reference in New Issue
Block a user