首页 > 解决方案 > 如何在某个固定高度后使编辑器 JS 可滚动?

问题描述

editorjs 中,我想让它可滚动而不是扩展到底部(添加新行扩展它......)。所以编辑器会在我的页面上占用更少的空间。

我只是使用editorjs的基本版本

const editor = new EditorJS({
    autofocus: true,
    data: dataNote
});

标签: javascripthtmleditorjs

解决方案


推荐阅读