Skip to content

Commit ae86b62

Browse files
focus stabilize, removed console.log artifact
1 parent fb343bc commit ae86b62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vue-dd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-dd",
3-
"version": "1.3.5",
3+
"version": "1.3.6",
44
"description": "Vue.js component for displaying JavaScript objects with circular references, forked and ported to Vue 3",
55
"exports": {
66
".": {

vue-dd/src/VueDd.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export default defineComponent({
203203
setTimeout( () => {
204204
205205
const pointerEl = this.getElement(this.useFocus)
206-
console.log('useFocus:', this.useFocus)
206+
207207
if (pointerEl) {
208208
209209
this.$refs.root.scrollLeft = pointerEl.offsetLeft + this.focusOffsetX

0 commit comments

Comments
 (0)