We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clearBackgrounds() only cleans the backgrounds of the items in the actual sheet, not in memory (in the items of Table()).
If you do a clearBackgrounds() followed by a commit(), the backgrounds will be restored as in memory the items still have that background set.
I think the method should clear the backgrounds either only in memory, or both in memory and on the sheet, but never only on the sheet.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
clearBackgrounds() only cleans the backgrounds of the items in the actual sheet, not in memory (in the items of Table()).
If you do a clearBackgrounds() followed by a commit(), the backgrounds will be restored as in memory the items still have that background set.
I think the method should clear the backgrounds either only in memory, or both in memory and on the sheet, but never only on the sheet.
The text was updated successfully, but these errors were encountered: