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/math_equation/math_equation_block_component.dart
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -153,11 +153,6 @@ class MathEquationBlockComponentWidgetState
153
153
),
154
154
);
155
155
156
-
child =Padding(
157
-
padding: padding,
158
-
child: child,
159
-
);
160
-
161
156
if (widget.showActions && widget.actionBuilder !=null) {
162
157
child =BlockComponentActionWrapper(
163
158
node: node,
@@ -174,6 +169,11 @@ class MathEquationBlockComponentWidgetState
Copy file name to clipboardExpand all lines: frontend/appflowy_flutter/lib/plugins/document/presentation/editor_plugins/sub_page/sub_page_block_component.dart
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -299,6 +299,13 @@ class SubPageBlockComponentState extends State<SubPageBlockComponent>
0 commit comments