Daiki Okumura
Daiki Okumura
### What do you want and why? Currently, the expected type of API route' `res.redirect` is string. It would be nice if we could pass one of our Route Manifest...
### Description eventEditorStore.last is never set. https://platejs.org/docs/api/core/store#last `eventEditorActions.last(editor.id)` should be added https://github.com/udecode/plate/blob/95a069e0573339588c9637feea1e453802c06738/packages/core/src/shared/plugins/event-editor/createEventEditorPlugin.ts#L24-L26 ### Reproduction URL _No response_ ### Reproduction steps ```bash 1. code const lastEditorId = useEventEditorSelectors.last() ``` 2. Focus...