From d0e2d121b72a3f042a669186abedfdb0974b4202 Mon Sep 17 00:00:00 2001
From: Damien Picard <dam.pic@free.fr>
Date: Mon, 22 Nov 2021 10:32:19 +0100
Subject: [PATCH] Node Wrangler: make preference hotkey list filter update
 interactively

---
 node_wrangler.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/node_wrangler.py b/node_wrangler.py
index f2280f2cd..7e1e932e1 100644
--- a/node_wrangler.py
+++ b/node_wrangler.py
@@ -1165,7 +1165,8 @@ class NWNodeWrangler(bpy.types.AddonPreferences):
     hotkey_list_filter: StringProperty(
         name="        Filter by Name",
         default="",
-        description="Show only hotkeys that have this text in their name"
+        description="Show only hotkeys that have this text in their name",
+        options={'TEXTEDIT_UPDATE'}
     )
     show_principled_lists: BoolProperty(
         name="Show Principled naming tags",
-- 
GitLab