mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-12 05:14:10 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mIsReadOnly)
|
if (CheckReadOnly())
|
||||||
{
|
{
|
||||||
base.KeyChar(keyChar);
|
base.KeyChar(keyChar);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue