From fa49fa4a0fe1a298a1cb2631a145a89e5d7285ed Mon Sep 17 00:00:00 2001 From: Paulie-Aditya Date: Thu, 11 Sep 2025 13:01:38 +0530 Subject: [PATCH] feat: fixed word wrap preference issue --- client/modules/IDE/components/Preferences/index.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/modules/IDE/components/Preferences/index.jsx b/client/modules/IDE/components/Preferences/index.jsx index 34dd172ad9..c74614d70e 100644 --- a/client/modules/IDE/components/Preferences/index.jsx +++ b/client/modules/IDE/components/Preferences/index.jsx @@ -43,7 +43,7 @@ export default function Preferences() { tabIndex, fontSize, autosave, - wordwrap, + linewrap, lineNumbers, lintWarning, textOutput, @@ -398,7 +398,7 @@ export default function Preferences() { id="wordwrap-on" className="preference__radio-button" value="On" - checked={wordwrap} + checked={linewrap} />