Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausSchaefers committed Jun 10, 2024
2 parents e608d72 + 2f03db7 commit bfd3d7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/canvas/toolbar/components/Rule.vue
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ export default {
input.setValue(rule.databinding)
input.setHints(options);
this.tempOwn(on(input, "change", lang.hitch(this, "setDataBinding")));
window.requestAnimationFrame(() => input.focus())
}
},
Expand Down

0 comments on commit bfd3d7b

Please sign in to comment.