AppFlowy-IO / AppFlowy-IO/appflowy-editor
[Bug] scroll can not be fully disabled
- Ngôn ngữ chính
- Dart
- Star
- 684
- Fork
- 329
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
### Bug Description
i want using it as a preview mode, no interactions, just view in markdown.
```
@override
Widget build(BuildContext context) {
return AppFlowyEditor(
editorScrollController: null,
disableScrollService: true,
disableAutoScroll: true,
disableKeyboardService: true,
disableSelectionService: false,
// editable: widget.editable,
editable: false,
editorStyle: widget.editorStyle ?? _buildPreviewEditorStyle(),
editorState: editorState,
blockComponentBuilders: blockComponentBuilders,
showMagnifier: true,
shrinkWrap: true,
);
}
```
this does n 't work, the view still scroll itself, i nwat it no scrol, just showing as normal widget, since i might put it in listview or column
any solution?
### How to Reproduce
ret
### Expected Behavior
ret
### Operating System
rewt
### AppFlowy Editor Version(s)
ret
### Screenshots
_No response_
### Additional Context
_No response_
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.