focus input when popover opens
This commit is contained in:
parent
f7c1db5926
commit
6b75a653f8
|
@ -96,7 +96,6 @@
|
|||
} else {
|
||||
editableColumn.name = "Column 01"
|
||||
}
|
||||
focus = true
|
||||
}
|
||||
allowedTypes = getAllowedTypes()
|
||||
}
|
||||
|
@ -419,8 +418,6 @@
|
|||
onMount(() => {
|
||||
mounted = true
|
||||
})
|
||||
|
||||
$: console.log(editableColumn.name)
|
||||
</script>
|
||||
|
||||
<Layout noPadding gap="S">
|
||||
|
|
Loading…
Reference in New Issue