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 bc1bb3e commit 04ea058Copy full SHA for 04ea058
src/js/tabs/osd.js
@@ -3796,6 +3796,7 @@ osd.initialize = function (callback) {
3796
$(".switchable-field").each(function () {
3797
const fieldName = $(this).find("label").text().toLowerCase();
3798
$(this).toggle(fieldName.includes(searchTerm));
3799
+ $(this).closest(".switchable-field-wrapper").toggle(fieldName.includes(searchTerm));
3800
});
3801
3802
0 commit comments