h5p-editor-php-library icon indicating copy to clipboard operation
h5p-editor-php-library copied to clipboard

HFP-3989 Fix programmatically removing a list item

Open otacke opened this issue 8 months ago • 0 comments

When merged in, will remove the list editor's item element ($item) not only when removing the item via the GUI, but when programmatically removing the underlying list item.

Currently, the list editor item gets removed properly when using the GUI and when clicking on the remove button. If one calls removeItem on the underlying list instance, however, the list editor's item element ($item) is not removed.

otacke avatar Jun 06 '24 10:06 otacke