From 50c4e44a14b177e1f440c96787102dbd47865588 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 14 May 2020 10:37:44 +0100 Subject: [PATCH] Add notranslate class to matrixchat to prevent translation by Google Translate Google Translate manipulates the DOM which is fundamentally incomaptible with React and causes exceptions to be thrown when React tries to manipulate the DOM based on its VDOM and the DOM methods throw exceptions because the DOM structure is not what React thinks it is. Riot has an i18n system, although it doesn't cover all strings and all languages. Fixes https://github.com/vector-im/riot-web/issues/13557 --- src/vector/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vector/index.html b/src/vector/index.html index 90763d4ad..f93eb84a1 100644 --- a/src/vector/index.html +++ b/src/vector/index.html @@ -51,7 +51,7 @@ -
+