Skip to content

Commit

Permalink
focus stabilize, removed console.log artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
infinite-system committed Jan 28, 2023
1 parent fb343bc commit ae86b62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vue-dd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-dd",
"version": "1.3.5",
"version": "1.3.6",
"description": "Vue.js component for displaying JavaScript objects with circular references, forked and ported to Vue 3",
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion vue-dd/src/VueDd.vue
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export default defineComponent({
setTimeout( () => {
const pointerEl = this.getElement(this.useFocus)
console.log('useFocus:', this.useFocus)
if (pointerEl) {
this.$refs.root.scrollLeft = pointerEl.offsetLeft + this.focusOffsetX
Expand Down

0 comments on commit ae86b62

Please sign in to comment.