Skip to content

Commit 6b2581d

Browse files
button widget temporarily disabled
1 parent 4aea792 commit 6b2581d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

packages/designto-token/main.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,11 @@ function handleNode(
163163
}
164164

165165
// - button -
166-
const _detect_if_button = detectIf.button(node);
167-
if (_detect_if_button.result) {
168-
return tokenizeButton.fromManifest(node, _detect_if_button.data);
169-
}
166+
// TODO: temporarily disabled - remove comment after button widget is ready
167+
// const _detect_if_button = detectIf.button(node);
168+
// if (_detect_if_button.result) {
169+
// return tokenizeButton.fromManifest(node, _detect_if_button.data);
170+
// }
170171

171172
// -------------------------------------------------------------------------
172173
// --------------------------- Detected tokens -----------------------------

0 commit comments

Comments
 (0)