Remove error strip markers if you click on an empty line.

This commit is contained in:
Cody 2024-10-07 17:25:12 -06:00
parent 29d29e14ac
commit d485b9b34b

AI 샘플 코드 생성 중입니다

Loading...

View File

@ -513,6 +513,7 @@ public class BytecodeViewPanelUpdater implements Runnable
if (token == null)
{
highlighterEx.clearMarkOccurrencesHighlights();
errorStripe.refreshMarkers();
return;
}
}