1
0
Fork 0
mirror of synced 2024-07-09 00:06:05 +12:00

Removed commented out code

This commit is contained in:
Dean 2023-06-09 18:09:21 +01:00
parent 2b21b7f4c9
commit b48083860d
3 changed files with 0 additions and 7 deletions

View file

@ -343,7 +343,6 @@
secondary
quiet
on:click={() => {
// store.actions.settings.propertyFocus(null)
drawerActions.hide()
}}
>

View file

@ -34,7 +34,6 @@
const saveBinding = () => {
onChange(tempValue)
// store.actions.settings.propertyFocus(null)
onBlur()
bindingDrawer.hide()
}
@ -68,7 +67,6 @@
<div
class="icon"
on:click={() => {
//store.actions.settings.propertyFocus(key)
bindingDrawer.show()
}}
>

View file

@ -73,10 +73,6 @@
if (highlighted) {
store.actions.settings.highlight(null)
}
// To fix focus 'affect' when property is target of a drawer other actions in the builder.
// if (propertyFocus) {
// store.actions.settings.propertyFocus(null)
// }
})
</script>