Closed indigo-jay closed 1 year ago
When I try to comment out the subscribe code section below using CMD-/ (macOS) in a svelte file:
<script> import DeviceFolderStore from "./stores/deviceFolderStore"; let deviceFolders = []; DeviceFolderStore.subscribe(data => { deviceFolders = data; }); </script>
This is the result:
<script> import DeviceFolderStore from "./stores/deviceFolderStore"; let deviceFolders = []; <!--DeviceFolderStore.subscribe(data => {--> <!-- deviceFolders = data;--> <!--});--> </script>
So, it seems comments inside the Githubissues.
When I try to comment out the subscribe code section below using CMD-/ (macOS) in a svelte file:
This is the result:
So, it seems comments inside the Githubissues.