|  | @@ -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,
 |