You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know why this happens, but i deleted the last item of a collection using the couchdb web interface.
Strangely the browser seems to skip the removeChild command in the following block:
I don't know why this happens, but i deleted the last item of a collection using the couchdb web interface.
Strangely the browser seems to skip the
removeChild
command in the following block:Happened on Firefox 38.0 on CentOS.
Replacing the condition with
collection.length && (indexes[change.id] != undefined)
fixes the issue.The text was updated successfully, but these errors were encountered: