1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00

Comment Toggle fix

This commit is contained in:
Brian Fiete 2021-12-21 07:53:08 -05:00
parent 2735238634
commit d4460f0236

View file

@ -2450,7 +2450,7 @@ namespace IDE
{
var sewc = GetActiveSourceEditWidgetContent();
if (sewc != null)
sewc.ToggleComment(true);
sewc.ToggleComment();
}
[IDECommand]