mirror of
https://github.com/justUmen/Bjornulf_custom_nodes.git
synced 2026-03-24 22:12:16 -03:00
0.77
This commit is contained in:
@@ -22,4 +22,7 @@ class DisplayNote:
|
||||
|
||||
def display_text_pass(self, any, display_text):
|
||||
# Simply pass through the input
|
||||
return (any,)
|
||||
if any is None:
|
||||
return (None,)
|
||||
else:
|
||||
return (any,)
|
||||
Reference in New Issue
Block a user