mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-20 00:50:25 +02:00
Fixed issue typing '/'
This commit is contained in:
parent
ad46ac81e5
commit
0cd0c8905c
1 changed files with 1 additions and 1 deletions
|
@ -3393,7 +3393,7 @@ namespace IDE.ui
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((keyChar == '/') && (ToggleComment()))
|
if ((keyChar == '/') && (HasSelection()) && (ToggleComment()))
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue