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
The bottom-right corner of the cell should have a marker indicating that it's saving or that it's failed to save. This should now be possible because state.store.activeSheet.rows properties are objects. So they could look like { value: 'xxx', isSaving: true }.
The text was updated successfully, but these errors were encountered:
The bottom-right corner of the cell should have a marker indicating that it's saving or that it's failed to save. This should now be possible because
state.store.activeSheet.rows
properties are objects. So they could look like{ value: 'xxx', isSaving: true }
.The text was updated successfully, but these errors were encountered: