mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-03-03 02:20:49 +08:00
fix: 修复vditor高度问题
This commit is contained in:
@@ -40,7 +40,7 @@ export function createVditor(editorId, options = {}) {
|
||||
|
||||
const isMobile = window.innerWidth <= 768
|
||||
const toolbar = isMobile
|
||||
? ['emoji', 'bold', 'italic', 'strike', '|', 'link', 'upload']
|
||||
? ['emoji', 'upload']
|
||||
: [
|
||||
'emoji',
|
||||
'bold',
|
||||
|
||||
Reference in New Issue
Block a user