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
Now no matter which format is selected if a line starts with spaces the subsequent lines of the pasted text get auto indented.
This used to be the case only for the Python format.
Steps to reproduce:
Open Pinnwand
Select any format except from Python
Type any text
Go to a new line, type any number of spaces
Go to a new line
Actual result: the line gets auto indented.
Expected result: The line should not get auto indented (unless the selected format is Python)
Probably, the issue got introduced with this changes: #277
Now no matter which format is selected if a line starts with spaces the subsequent lines of the pasted text get auto indented.
This used to be the case only for the Python format.
Steps to reproduce:
Actual result: the line gets auto indented.
Expected result: The line should not get auto indented (unless the selected format is Python)
Probably, the issue got introduced with this changes: #277
@supakeen , could you please take a look?
The text was updated successfully, but these errors were encountered: