mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: import markdown file (#2841)
This commit is contained in:
@ -126,7 +126,10 @@ class DocumentPluginWidgetBuilder extends PluginWidgetBuilder
|
|||||||
Widget? get rightBarItem {
|
Widget? get rightBarItem {
|
||||||
return Row(
|
return Row(
|
||||||
children: [
|
children: [
|
||||||
DocumentShareButton(view: view),
|
DocumentShareButton(
|
||||||
|
key: ValueKey(view.id),
|
||||||
|
view: view,
|
||||||
|
),
|
||||||
const SizedBox(width: 10),
|
const SizedBox(width: 10),
|
||||||
BlocProvider.value(
|
BlocProvider.value(
|
||||||
value: documentAppearanceCubit,
|
value: documentAppearanceCubit,
|
||||||
|
Reference in New Issue
Block a user