h5p / h5p-editor-php-library

68 stars 120 forks source link

HFP-3989 Fix programmatically removing a list item #255

Open otacke opened 3 months ago

otacke commented 3 months ago

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.