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.
2 parents 88d9aad + 73a964a commit 8c9e36dCopy full SHA for 8c9e36d
CHANGELOG.md
@@ -4,7 +4,8 @@ All notable changes to this add-on will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5
6
## [Unreleased]
7
-
+### Changed
8
+- Adjust initialization of the Tags list
9
10
## [1.7.0] - 2025-02-12
11
### Changed
src/main/java/org/zaproxy/zap/extension/neonmarker/NeonmarkerPanel.java
@@ -402,7 +402,7 @@ private class TagListModel implements ComboBoxModel<String> {
402
403
TagListModel() {
404
listDataListeners = new ArrayList<>();
405
- updateTags();
+ allTags = List.of();
406
}
407
408
private void updateTags() {
0 commit comments