mirror of
https://github.com/blossom-editor/blossom.git
synced 2026-03-12 17:41:26 +08:00
fix: 修改文档与编辑页面宽度缓存
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user