mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-04 00:30:59 -05:00
The issue was that during drag&drop, we first connect to layer's signal for the second time, but then the disconnect() call on removal of the original layer node would disconnect all connections (not just one). For that reason now we only connect/disconnect when the layer is in the tree only once.