mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: adjust code block, outline block on mobile (#3940)
* fix: missing delete cover button on mobile * fix: ensure last node is an empty paragraph * feat: adjust code block * feat: adjust code block on mobile * feat: adjust outline on mobile * fix: appimage builder issues * fix: view title issues * fix: integration tests
This commit is contained in:
@ -21,7 +21,7 @@ void main() {
|
||||
|
||||
// create a new document
|
||||
await tester.createNewPageWithName(
|
||||
name: LocaleKeys.document_plugins_createInlineMathEquation.tr(),
|
||||
name: 'math equation',
|
||||
layout: ViewLayoutPB.Document,
|
||||
);
|
||||
|
||||
@ -67,7 +67,7 @@ void main() {
|
||||
|
||||
// create a new document
|
||||
await tester.createNewPageWithName(
|
||||
name: LocaleKeys.document_plugins_createInlineMathEquation.tr(),
|
||||
name: 'math equation',
|
||||
layout: ViewLayoutPB.Document,
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user