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

Fixed issue of symbol hilite disappearing when text files auto-reload

This commit is contained in:
Brian Fiete 2024-03-03 07:28:08 -05:00
parent 4193a1947d
commit 295e3b649a
2 changed files with 4 additions and 2 deletions

View file

@ -643,6 +643,8 @@ namespace IDE.ui
}
}
public bool IsActiveBeefSource => mIsBeefSource && (FilteredProjectSource != null);
public this(SourceEmbedKind embedKind = .None)
{
mEmbedKind = embedKind;