Fix block padding
This commit is contained in:
parent
6d75637ace
commit
aa76113e75
@ -163,7 +163,6 @@ async function _showSettingsImportWarnings(warnings) {
|
||||
sanitize: e.currentTarget.dataset.importSanitize === 'true'
|
||||
});
|
||||
modalNode.modal('hide');
|
||||
|
||||
};
|
||||
const onModalHide = () => {
|
||||
complete({result: false});
|
||||
|
@ -54,7 +54,6 @@ class TextToSpeechAudio {
|
||||
|
||||
speechSynthesis.cancel();
|
||||
speechSynthesis.speak(this._utterance);
|
||||
|
||||
} catch (e) {
|
||||
// NOP
|
||||
}
|
||||
@ -82,7 +81,6 @@ class TextToSpeechAudio {
|
||||
|
||||
return new TextToSpeechAudio(text, voice);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
function audioGetFromUrl(url, willDownload) {
|
||||
|
Loading…
Reference in New Issue
Block a user