Skip to content

v9.7.2

Choose a tag to compare

@kgar kgar released this 22 Apr 14:56
· 3298 commits to main since this release
3b62168

What's Changed

  • quick fix: try/catch when submitting on close by @kgar in #1145

Full Changelog: v9.7.1...v9.7.2

Maintenance 🛠️

  • fixed: If an error occurs while submitting sheet changes on close, the sheet would not close. There are module interactions that can lead to submitOnClose behavior failing in this way. The fix will still put the error to console, and it will allow the sheet to close, regardless.