Skip to content

Commit

Permalink
fix(Tinebase/PickerCombo): doesn´t load pick on not activ tab
Browse files Browse the repository at this point in the history
* addressbook customfield on other tab
  • Loading branch information
Christian Feitl committed Aug 6, 2024
1 parent 2a295e8 commit 004e5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tine20/Tinebase/js/widgets/form/VMultiPicker/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Tine.Tinebase.widgets.form.VMultiPicker = Ext.extend(Ext.BoxComponent, {
this.pickerCombo.render(this.el)
} else {
this.initCombo(true)
if (!this.vueHandle){
if (!this.vueHandle && this.el && this.el.dom){
this.createVueApp()
this.vueHandle.mount(this.el.dom)
}
Expand Down

0 comments on commit 004e5d1

Please sign in to comment.