Skip to content

Commit

Permalink
DYN-6519: clear keywords on reset (#14696)
Browse files Browse the repository at this point in the history
* clear keywords on reset

- now correctly clears the keyword pills on reset

* namespace revert

* revert namespaces
  • Loading branch information
dnenov authored Dec 7, 2023
1 parent 26d521c commit fe116ff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1141,6 +1141,7 @@ private void ClearAllEntries()
this.RootFolder = string.Empty;
this.ClearMarkdownDirectory();
this.ClearPackageContents();
this.KeywordsCollection?.Clear();
}

/// <summary>
Expand Down

0 comments on commit fe116ff

Please sign in to comment.