appflowy-editor icon indicating copy to clipboard operation
appflowy-editor copied to clipboard

Fix: Bug - arrow problem 4764

Open Taverz opened this issue 9 months ago • 5 comments

This problem is related to the paragraph, since after the paragraph there is no line it has nowhere to go.I made it so that even within a paragraph you can move between lines. I did this so that you can disable this feature, and also fixed some things in the code. https://github.com/AppFlowy-IO/AppFlowy/issues/4764

Taverz avatar Apr 25 '24 17:04 Taverz

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Apr 25 '24 17:04 CLAassistant

Oops, it seems I did something wrong, I would like to fix it and restart)) How to run Github Action for checks?

Taverz avatar Apr 25 '24 17:04 Taverz

Hi, @Taverz. You can run these commands locally.

  flutter --version
  flutter pub get
  flutter analyze .
  dart format --set-exit-if-changed .
  flutter test --coverage

LucasXu0 avatar Apr 26 '24 08:04 LucasXu0

Hi, @LucasXu0 . What to do after I ran these commands and checked everything, what exactly do I need to do, I don’t know how to do it correctly. Tell me please

Taverz avatar Apr 26 '24 08:04 Taverz

@Taverz If all the tests and analyses are passed, then the GitHub CI won't complain.

What you should do is

  • Fix the format issues
  • Fix the failed tests.

LucasXu0 avatar Apr 26 '24 08:04 LucasXu0