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
Comment the import { defineComponent } from 'vue' line
Notice a lot of things unexpectingly shuffling around (like the > of a closing paragraph tag several lines down
For a more dramatic example you can check the Zig example on the same page and comment line 12 defer list.deinit();, a lot more symbol names jump around
Expected Behaviour
In the case of commenting / decommenting a line I feel like the transition should be really simple, the line should just shift with the addition of the comment symbol and the color should fade
The text was updated successfully, but these errors were encountered:
How to reproduce
import { defineComponent } from 'vue'
line>
of a closing paragraph tag several lines downFor a more dramatic example you can check the Zig example on the same page and comment line 12
defer list.deinit();
, a lot more symbol names jump aroundExpected Behaviour
In the case of commenting / decommenting a line I feel like the transition should be really simple, the line should just shift with the addition of the comment symbol and the color should fade
The text was updated successfully, but these errors were encountered: