Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Conversation

@sebastienbarbier
Copy link
Collaborator

Simply add On click a check in current state if footer is clickable or not.
Fix #708

Simply add On click a check in current state if footer is clickable or not.
Fix #708
this.enableSyncAction = () => {
// persist reconnect warning, do not override with the 'saved at'
if (this.state.state.ignoreChange) return;
if (this.state.state.ignoreChange || !this.state.state.isClickable) return;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this.state.state.isClickable enough?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants