block comment bug
when selecting a block such as the below:
border: none;
}
hit Ctrl+/ the result is
# border: none;
}#
the comment must be before the bracket
when selecting a block such as the below:
border: none;
}
hit Ctrl+/ the result is
# border: none;
}#
the comment must be before the bracket