We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3507597 commit 466b057Copy full SHA for 466b057
Assets/com.fluid.simple-spellcheck/Editor/Scripts/Windows/Logs/SpellCheckLogs.cs
@@ -57,6 +57,7 @@ private void SetTitle (string titleText) {
57
58
59
private void ClearLogs () {
60
+ rootVisualElement.Query<VisualElement>("no-results").First().style.display = DisplayStyle.None;
61
var logContainer = rootVisualElement
62
.Query<VisualElement>("log-container")
63
.First();
0 commit comments