From c596b4ba48b3c92f73db650bd315416cefb515dd Mon Sep 17 00:00:00 2001 From: Muffin Date: Fri, 21 Jun 2024 22:32:33 -0500 Subject: [PATCH] Enable RTL in player only mode Notably if someone sets the language to an RTL one, they'll actually be able to go back into the language menu now --- src/playground/render-interface.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/playground/render-interface.jsx b/src/playground/render-interface.jsx index ce4cf1e77b8..efa30561b69 100644 --- a/src/playground/render-interface.jsx +++ b/src/playground/render-interface.jsx @@ -235,6 +235,7 @@ class Interface extends React.Component { [styles.playerOnly]: isHomepage, [styles.editor]: isEditor })} + dir={isRtl ? 'rtl' : 'ltr'} > {isHomepage ? (