mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
fix source content readonly edit
This commit is contained in:
parent
d7f0c6523d
commit
d5347b6506
1 changed files with 1 additions and 1 deletions
|
@ -2758,7 +2758,7 @@ namespace IDE.ui
|
|||
return;
|
||||
}
|
||||
|
||||
if (mIsReadOnly)
|
||||
if (CheckReadOnly())
|
||||
{
|
||||
base.KeyChar(keyChar);
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue