mirror of
https://github.com/blossom-editor/blossom
synced 2024-11-17 14:39:21 +08:00
fix: 修改文档与编辑页面宽度缓存
This commit is contained in:
parent
ba1545cf91
commit
e071100dd5
@ -356,8 +356,8 @@ const exitView = () => {
|
||||
|
||||
const { hideOne, resotreOne } = useResize(DocsRef, EditorContainerRef, ResizeDocsDividerRef, undefined, {
|
||||
persistent: true,
|
||||
keyOne: 't1',
|
||||
keyTwo: 't2',
|
||||
keyOne: 'article_docs_width',
|
||||
keyTwo: 'article_editor_preview_width',
|
||||
defaultOne: '250px',
|
||||
defaultTwo: 'calc(100% - 250px)',
|
||||
maxOne: 700,
|
||||
|
Loading…
Reference in New Issue
Block a user