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'
|
sanitize: e.currentTarget.dataset.importSanitize === 'true'
|
||||||
});
|
});
|
||||||
modalNode.modal('hide');
|
modalNode.modal('hide');
|
||||||
|
|
||||||
};
|
};
|
||||||
const onModalHide = () => {
|
const onModalHide = () => {
|
||||||
complete({result: false});
|
complete({result: false});
|
||||||
|
@ -54,7 +54,6 @@ class TextToSpeechAudio {
|
|||||||
|
|
||||||
speechSynthesis.cancel();
|
speechSynthesis.cancel();
|
||||||
speechSynthesis.speak(this._utterance);
|
speechSynthesis.speak(this._utterance);
|
||||||
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
// NOP
|
// NOP
|
||||||
}
|
}
|
||||||
@ -82,7 +81,6 @@ class TextToSpeechAudio {
|
|||||||
|
|
||||||
return new TextToSpeechAudio(text, voice);
|
return new TextToSpeechAudio(text, voice);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function audioGetFromUrl(url, willDownload) {
|
function audioGetFromUrl(url, willDownload) {
|
||||||
|
Loading…
Reference in New Issue
Block a user