mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Workaround for linux w/tmp mounted as noexec; spellcheck fails (#2548)
This commit is contained in:
@@ -192,6 +192,10 @@
|
||||
};
|
||||
|
||||
const startSpellCheck = () => {
|
||||
if (!window.enableSpellCheck || !window.disableSpellCheck) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (window.Events.getSpellCheck()) {
|
||||
window.enableSpellCheck();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user