Update nodes.py

This commit is contained in:
kijai 2025-07-08 13:56:58 +03:00
parent 5c19bd835a
commit 479cde218b

View File

@ -800,7 +800,7 @@ The choices are loaded from 'custom_dimensions.json' in the nodes folder.
class WidgetToString:
@classmethod
def IS_CHANGED(cls, id, node_title, any_input, **kwargs):
def IS_CHANGED(cls,*,id,node_title,any_input,**kwargs):
if any_input is not None and (id != 0 or node_title != ""):
return float("NaN")