Skip to content

Commit

Permalink
fix: Only render expose as when necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
zachowj committed Sep 24, 2023
1 parent 5e74756 commit 6fbe53d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/editor/exposenode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ function render() {
renderAlert(type);
}
break;
case NodeType.EventsAll:
case NodeType.EventsState:
case NodeType.PollState:
case NodeType.Tag:
case NodeType.Time:
Expand Down

0 comments on commit 6fbe53d

Please sign in to comment.