You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/image/custom_image_block_component/custom_image_block_component.dart
+1-2
Original file line number
Diff line number
Diff line change
@@ -252,7 +252,6 @@ class CustomImageBlockComponentState extends State<CustomImageBlockComponent>
252
252
child:ValueListenableBuilder<bool>(
253
253
valueListenable: showActionsNotifier,
254
254
builder: (_, value, child) {
255
-
final url = node.attributes[CustomImageBlockKeys.url];
256
255
returnStack(
257
256
children: [
258
257
editorState.editable
@@ -266,7 +265,7 @@ class CustomImageBlockComponentState extends State<CustomImageBlockComponent>
Copy file name to clipboardExpand all lines: frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/image/custom_image_block_component/image_menu.dart
+20-15
Original file line number
Diff line number
Diff line change
@@ -42,11 +42,12 @@ class _ImageMenuState extends State<ImageMenu> {
0 commit comments