mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: conflict merge
This commit is contained in:
parent
d2121ed2b9
commit
73a97fdbea
@ -128,7 +128,7 @@ class _MyHomePageState extends State<MyHomePage> {
|
||||
underscoreToItalic,
|
||||
],
|
||||
selectionMenuItems: [
|
||||
codeBlockMenuItem,
|
||||
codeBlockItem,
|
||||
teXBlockMenuItem,
|
||||
],
|
||||
),
|
||||
|
@ -5,7 +5,7 @@ import 'package:flutter/material.dart';
|
||||
import 'package:flutter_math_fork/flutter_math.dart';
|
||||
|
||||
SelectionMenuItem teXBlockMenuItem = SelectionMenuItem(
|
||||
name: 'Tex',
|
||||
name: () => 'Tex',
|
||||
icon: const Icon(Icons.text_fields_rounded),
|
||||
keywords: ['tex, latex, katex'],
|
||||
handler: (editorState, _, __) {
|
||||
|
Loading…
Reference in New Issue
Block a user