git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube...
authorSweidan Omar <TFS\sweidan.omar>
Tue, 1 Mar 2022 14:32:33 +0000 (14:32 +0000)
committerSweidan Omar <TFS\sweidan.omar>
Tue, 1 Mar 2022 14:32:33 +0000 (14:32 +0000)
server/user.mediacube.gui/js/tagify.js

index 9382b9e4a6c5ac6efc2f54aac58511e1a2f59c92..6c0f9def4e8a6cce14ebb076b8d8781a1c99bb80 100644 (file)
           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)