mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 16:40:26 +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;
|
||||
}
|
||||
|
||||
if ((keyChar == '/') && (ToggleComment()))
|
||||
if ((keyChar == '/') && (HasSelection()) && (ToggleComment()))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue