Skip to content

cssnode: Don't crash the inspector

Benjamin Otte requested to merge wip/otte/for-main into main

Don't misinform the observing listmodel that CSS nodes were removed that weren't actually removed, but just moved. Otherwise the observer would think it has run out of items when it really hasn't.

Merge request reports