Skip to content

Commit

Permalink
form.field.trigger.Time: construct() => use createVdomReference() for…
Browse files Browse the repository at this point in the history
… injecting the clock vdom #6125
  • Loading branch information
tobiu committed Nov 19, 2024
1 parent 6c7cf46 commit 9931972
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/form/field/trigger/Time.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,11 @@ class Time extends Picker {
parentId: me.id,
showDisc: false,
size : null,
windowId: me.windowId,
...me.clockConfig
});

me.vdom.cn = [me.clock.vdom];
me.vdom.cn = [me.clock.createVdomReference()];
me.update()
}

Expand Down

0 comments on commit 9931972

Please sign in to comment.