Skip to content

erp5_web_renderjs_ui: use more domsugar API instead of appendChild from DOM API

Gabriel Monnerat requested to merge listbox_use_domsugar into master

The goal here is reduce as much as possible the number of calls to appendChild and append to DOM only once

Edited by Gabriel Monnerat

Merge request reports