« get me outta code hell

data: fix input.myself() not being spotted in inputs - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-09-21 17:01:51 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-09-21 17:01:51 -0300
commit981a39a5f3c2a592c84f92692c204b090622aec9 (patch)
treef7ad08ed15aa756a35f0e271e698fc4df62aa542
parent72c526dfeee2b227400b73c3b220cf36c885b703 (diff)
data: fix input.myself() not being spotted in inputs
-rw-r--r--src/data/things/composite.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/data/things/composite.js b/src/data/things/composite.js
index 26df71a..7a9048c 100644
--- a/src/data/things/composite.js
+++ b/src/data/things/composite.js
@@ -821,6 +821,8 @@ export function compositeFrom(description) {
           case 'input':
           case 'input.updateValue':
             return token;
+          case 'input.myself':
+            return 'this';
           default:
             return null;
         }