Patch Changes
-
fix: when a list-item is deleted from list, the deleted list-item is still showed incorrectly. (#1092)
This is because the
enqueueComponentmethod does not delete the node from the Element Tree. It is only to maintain the display node on RL, and lynx web needs to delete the dom additionally.