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:
parent
2735238634
commit
d4460f0236
1 changed files with 1 additions and 1 deletions
|
@ -2450,7 +2450,7 @@ namespace IDE
|
|||
{
|
||||
var sewc = GetActiveSourceEditWidgetContent();
|
||||
if (sewc != null)
|
||||
sewc.ToggleComment(true);
|
||||
sewc.ToggleComment();
|
||||
}
|
||||
|
||||
[IDECommand]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue