Do not reset icon list on icon choice

cf #1302
This commit is contained in:
Yohan Boniface 2023-09-05 09:38:07 +02:00
parent c08e7c5527
commit bfd36bc0e1

View file

@ -590,8 +590,6 @@ L.FormBuilder.IconUrl = L.FormBuilder.BlurInput.extend({
this.sync()
this.unselectAll(this.pictogramsContainer)
L.DomUtil.addClass(container, 'selected')
this.pictogramsContainer.innerHTML = ''
this.udpatePreview()
},
this
)