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
I am using the Dark Modern theme.
Observational note: In another similar example in my code, when I remove the redundant circular brackets the issue becomes less bad.
It should look like:
As you can see, when we swap the while for an if it works as expected.
Tested with
v1.8.7
The text was updated successfully, but these errors were encountered:
The code with a problem is:
It looks like:
I am using the Dark Modern theme.
Observational note: In another similar example in my code, when I remove the redundant circular brackets the issue becomes less bad.
It should look like:
As you can see, when we swap the
while
for anif
it works as expected.Tested with
v1.8.7
The text was updated successfully, but these errors were encountered: