mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-06-29 18:23:00 -04:00
fix: height for calendar view in document (#3073)
This commit is contained in:
parent
f0d2cf7da3
commit
ff79635b2b
12 changed files with 49 additions and 29 deletions
|
@ -82,7 +82,7 @@ class DocumentPluginWidgetBuilder extends PluginWidgetBuilder
|
|||
EdgeInsets get contentPadding => EdgeInsets.zero;
|
||||
|
||||
@override
|
||||
Widget buildWidget({PluginContext? context}) {
|
||||
Widget buildWidget({PluginContext? context, required bool shrinkWrap}) {
|
||||
notifier.isDeleted.addListener(() {
|
||||
notifier.isDeleted.value.fold(() => null, (deletedView) {
|
||||
if (deletedView.hasIndex()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue