1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

fix source content readonly edit

This commit is contained in:
EinBurgbauer 2021-05-18 11:57:38 +02:00
parent d7f0c6523d
commit d5347b6506

View file

@ -2758,7 +2758,7 @@ namespace IDE.ui
return;
}
if (mIsReadOnly)
if (CheckReadOnly())
{
base.KeyChar(keyChar);
return;