From a52fb8d61bf906086d924e94080807c3e2203413 Mon Sep 17 00:00:00 2001 From: Sweidan Omar Date: Tue, 1 Mar 2022 14:32:33 +0000 Subject: [PATCH] git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C32999 --- server/user.mediacube.gui/js/tagify.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/user.mediacube.gui/js/tagify.js b/server/user.mediacube.gui/js/tagify.js index 9382b9e4..6c0f9def 100644 --- a/server/user.mediacube.gui/js/tagify.js +++ b/server/user.mediacube.gui/js/tagify.js @@ -375,7 +375,7 @@ noMatchListItem, isManual = _s.dropdown.position == 'manual'; // if text still exists in the input, and `show` method has no argument, then the input's text should be used - value = value === undefined ? this.state.inputText : value; // ⚠️ Do not render suggestions list if: + value = value === undefined ? this.state.inputText : value; // Do not render suggestions list if: // 1. there's no whitelist (can happen while async loading) AND new tags arn't allowed // 2. dropdown is disabled // 3. loader is showing (controlled outside of this code) -- 2.54.0