This commit is contained in:
Timothy Jaeryang Baek 2025-04-18 05:32:11 -07:00
parent 961869a60c
commit 0d09e46281

View File

@ -154,11 +154,11 @@
}, [])} }, [])}
{onSourceClick} {onSourceClick}
{onTaskClick} {onTaskClick}
onUpdate={(e) => { onUpdate={(value) => {
dispatch('update', e.detail); dispatch('update', value);
}} }}
onCode={(e) => { onCode={(value) => {
const { lang, code } = e.detail; const { lang, code } = value;
if ( if (
($settings?.detectArtifacts ?? true) && ($settings?.detectArtifacts ?? true) &&