Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
ychetyrko committed Feb 11, 2024
1 parent 456aaf3 commit 664123c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/html/Elements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ export function Group<M = unknown, R = void>(
// Fragment

export function Handling<M = unknown>(
update: Delegate<El<void, M>>): RxNode<El<void, M>> {
return SyntheticElement({ mode: Mode.independentUpdate, content: update })
content: Delegate<El<void, M>>): RxNode<El<void, M>> {
return SyntheticElement({ mode: Mode.independentUpdate, content })
}

export function SyntheticElement<M = unknown>(
Expand Down

0 comments on commit 664123c

Please sign in to comment.