mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +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();
|
var sewc = GetActiveSourceEditWidgetContent();
|
||||||
if (sewc != null)
|
if (sewc != null)
|
||||||
sewc.ToggleComment(true);
|
sewc.ToggleComment();
|
||||||
}
|
}
|
||||||
|
|
||||||
[IDECommand]
|
[IDECommand]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue