mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-01-07 12:51:07 +00:00
fix(mobile): image formats not shown (#7537)
This commit is contained in:
parent
e10aade895
commit
aa176f2c12
@ -48,7 +48,7 @@ class ChangeFormatBar extends StatelessWidget {
|
||||
required this.predefinedFormat,
|
||||
required this.spacing,
|
||||
required this.onSelectPredefinedFormat,
|
||||
this.showImageFormats = false,
|
||||
this.showImageFormats = true,
|
||||
});
|
||||
|
||||
final PredefinedFormat? predefinedFormat;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user