chore: v5.7.1 release

This commit is contained in:
LuanRT
2023-07-25 05:47:21 +00:00
parent 55d47e1fe6
commit 5b9febc7bf
2 changed files with 1 additions and 2 deletions

View File

@@ -13,6 +13,5 @@ export default class SearchHeader extends YTNode {
super();
this.chip_bar = Parser.parseItem(data.chipBar, ChipCloud);
this.search_filter_button = Parser.parseItem(data.searchFilterButton, Button);
console.log(this.search_filter_button?.endpoint.open_popup);
}
}