fixed ctrl+s not getting triggered in the editor field

This commit is contained in:
Gani Georgiev
2023-04-19 10:33:24 +03:00
parent 0420a00c18
commit fdf4f6d3bd
34 changed files with 154 additions and 118 deletions
+5
View File
@@ -1,3 +1,8 @@
## (WIP) v0.15.1
- Fixed `Ctrl + S` in the `editor` field not propagating the quick save shortcut to the parent form.
## v0.15.0
- Simplified the OAuth2 authentication flow in a single "all in one" call ([#55](https://github.com/pocketbase/pocketbase/issues/55)).