diff --git a/ext/js/display/display.js b/ext/js/display/display.js index b17a6168..7ded1e09 100644 --- a/ext/js/display/display.js +++ b/ext/js/display/display.js @@ -1347,7 +1347,7 @@ class Display extends EventDispatcher { const {state} = this._history; let {documentTitle, url, sentence} = (isObject(state) ? state : {}); if (typeof documentTitle !== 'string') { - documentTitle = ''; + documentTitle = document.title; } if (typeof url !== 'string') { url = window.location.href;