You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hope you are doing great currently ! , I have been using your python debugger for a while now as it is related to the university projects , and I have noticed that either after or before code excution you will notice that you "could" edit in the content of the console .
As you know every problem most propably has a solution and I noticed that you have stopped developing the web app from a while now.
Using current technologies and updates to html , it became easier to disable text area without even touching the main.js file
the problem is currently at this line: <textarea id="console" autocomplete="off"></textarea>
and its fix is quite simple by just adding disable to textarea attribute
Uh oh!
There was an error while loading. Please reload this page.
Hope you are doing great currently ! , I have been using your python debugger for a while now as it is related to the university projects , and I have noticed that either after or before code excution you will notice that you "could" edit in the content of the console .
As you know every problem most propably has a solution and I noticed that you have stopped developing the web app from a while now.
Using current technologies and updates to html , it became easier to disable text area without even touching the main.js file
the problem is currently at this line:
<textarea id="console" autocomplete="off"></textarea>
and its fix is quite simple by just adding disable to textarea attribute
<textarea disabled id="console" autocomplete="off"></textarea>
sources/useful links -->>> [(https://www.w3schools.com/tags/att_textarea_disabled.asp)]
Looking Forward for your updates
The text was updated successfully, but these errors were encountered: