jackple

Results 17 comments of jackple

@s875515 直接连框架都换了, 不折腾

@s875515 换了vite, umi太重了, 不考虑

https://developers.weixin.qq.com/community/minihome/doc/000086e9120220eb4e50a782961401

``` useEffect(() => { return editor.registerCommand( KEY_ENTER_COMMAND, event => { if (event?.key == 'Enter') { event?.preventDefault() editor.dispatchCommand(INSERT_LINE_BREAK_COMMAND, false) return true } return false }, COMMAND_PRIORITY_HIGH ) }, [editor, onSubmit, withShift])...