Skip to content

Commit 466b057

Browse files
committed
fix: no spelling errors no longer falsely displays
1 parent 3507597 commit 466b057

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Assets/com.fluid.simple-spellcheck/Editor/Scripts/Windows/Logs/SpellCheckLogs.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ private void SetTitle (string titleText) {
5757

5858

5959
private void ClearLogs () {
60+
rootVisualElement.Query<VisualElement>("no-results").First().style.display = DisplayStyle.None;
6061
var logContainer = rootVisualElement
6162
.Query<VisualElement>("log-container")
6263
.First();

0 commit comments

Comments
 (0)