Pause translation when appending the xfaLayer to the page

This commit is contained in:
Jonas Jenwald 2023-10-25 20:03:07 +02:00
parent b31e77df17
commit 399f444c84
3 changed files with 13 additions and 6 deletions

View file

@ -76,11 +76,11 @@ const NullL10n = {
},
pause() {
ConstL10n.instance.pause();
return ConstL10n.instance.pause();
},
resume() {
ConstL10n.instance.resume();
return ConstL10n.instance.resume();
},
};