mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
Merge pull request #1238 from LucasXu0/fix_compile_error
chore: fix compile error
This commit is contained in:
commit
8b87b77c15
@ -9,12 +9,6 @@
|
|||||||
"align": "center"
|
"align": "center"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"type": "tex",
|
|
||||||
"attributes": {
|
|
||||||
"tex": "x = 2"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"attributes": { "subtype": "heading", "heading": "h1" },
|
"attributes": { "subtype": "heading", "heading": "h1" },
|
||||||
|
@ -5,7 +5,7 @@ import 'package:flutter/material.dart';
|
|||||||
import 'package:flutter_math_fork/flutter_math.dart';
|
import 'package:flutter_math_fork/flutter_math.dart';
|
||||||
|
|
||||||
SelectionMenuItem teXBlockMenuItem = SelectionMenuItem(
|
SelectionMenuItem teXBlockMenuItem = SelectionMenuItem(
|
||||||
name: 'Tex',
|
name: () => 'Tex',
|
||||||
icon: const Icon(Icons.text_fields_rounded),
|
icon: const Icon(Icons.text_fields_rounded),
|
||||||
keywords: ['tex, latex, katex'],
|
keywords: ['tex, latex, katex'],
|
||||||
handler: (editorState, _, __) {
|
handler: (editorState, _, __) {
|
||||||
|
@ -24,7 +24,7 @@ EXTERNAL SOURCES:
|
|||||||
:path: Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos
|
:path: Flutter/ephemeral/.symlinks/plugins/url_launcher_macos/macos
|
||||||
|
|
||||||
SPEC CHECKSUMS:
|
SPEC CHECKSUMS:
|
||||||
FlutterMacOS: ae6af50a8ea7d6103d888583d46bd8328a7e9811
|
FlutterMacOS: 57701585bf7de1b3fc2bb61f6378d73bbdea8424
|
||||||
path_provider_macos: 3c0c3b4b0d4a76d2bf989a913c2de869c5641a19
|
path_provider_macos: 3c0c3b4b0d4a76d2bf989a913c2de869c5641a19
|
||||||
rich_clipboard_macos: 43364b66b9dc69d203eb8dd6d758e2d12e02723c
|
rich_clipboard_macos: 43364b66b9dc69d203eb8dd6d758e2d12e02723c
|
||||||
url_launcher_macos: 597e05b8e514239626bcf4a850fcf9ef5c856ec3
|
url_launcher_macos: 597e05b8e514239626bcf4a850fcf9ef5c856ec3
|
||||||
|
Loading…
Reference in New Issue
Block a user