mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-10 13:47:05 +00:00
When deleteAll() is called on a Realm, it calls clear() on all of its Tables, which seems to not update TableViews unless they are synced. The is_row_attached(row_ndx) method still returns true otherwise. A workaround is here until that is fixed. Fixes #434