-
-
Notifications
You must be signed in to change notification settings - Fork 188
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
pressing Ctrl+/ to comment code results in improper indentation. See Eg. below
Current behavior
function x(){
// await page.goto(
// "http://localhost:8000/test/SpecRunner.html?spec=all&category=unit"
// );
};Reproduction
On any JS or HTML file, press Ctrl-/ or click edit> toggle line comment
Expected behavior
function x(){
// await page.goto(
// "http://localhost:8000/test/SpecRunner.html?spec=all&category=unit"
// );
};OS, Browser and Phoenix versions
all
logs or debug stack trace if any
No response
Additional context
This appears to be already supported in https://codemirror.net/5/doc/manual.html#addons , search for comment/comment.js
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working