在editorjs 中,我想让它可滚动而不是扩展到底部(添加新行扩展它......)。所以编辑器会在我的页面上占用更少的空间。
我只是使用editorjs的基本版本
const editor = new EditorJS({
autofocus: true,
data: dataNote
});
在editorjs 中,我想让它可滚动而不是扩展到底部(添加新行扩展它......)。所以编辑器会在我的页面上占用更少的空间。
我只是使用editorjs的基本版本
const editor = new EditorJS({
autofocus: true,
data: dataNote
});