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}
{onTaskClick}
onUpdate={(e) => {
dispatch('update', e.detail);
onUpdate={(value) => {
dispatch('update', value);
}}
onCode={(e) => {
const { lang, code } = e.detail;
onCode={(value) => {
const { lang, code } = value;
if (
($settings?.detectArtifacts ?? true) &&