Fix exception when merging with active sidebar filter (#870)
Fixes #11262
This commit is contained in:
parent
7258bd9fd6
commit
ba6254ca3f
@ -415,6 +415,7 @@ class FlatNodeMap:
|
||||
for indx in range(len(self._fullhndl)):
|
||||
if self._fullhndl[indx][1] == handle:
|
||||
del self._fullhndl[indx]
|
||||
break
|
||||
#now remove it from the index maps
|
||||
try:
|
||||
index = self._hndl2index[handle]
|
||||
|
Loading…
Reference in New Issue
Block a user