anytype-swift
anytype-swift copied to clipboard
Deleted multiple lines of text doesn't work, cursor gets stuck at rginning of line
Have you read a contributing guide?
- [X] I have read CONTRIBUTING.md
- [X] I have searched the existing issues and didn't find any that were similar
- [X] I have considered creating a pull request with fixes instead of a bug report and want to proceed
Current Behavior
When i delete a line of text, the cursor gets stuck on the current line , at the beginning of the line and doesn't continue deleteing the line above
Expected Behavior
If i hold down the delete key, I expect it to keep deleteing text, jumping to line above until i release my finger.
Steps To Reproduce
- on a page with multiple lines of text
- hold down the delete key on the bottom line of text
- cursor gets stuck at the beginning of the line
Environment
- OS: iOS 15.8
- Version: 0.27.1
Anything else?
https://github.com/anyproto/anytype-swift/assets/106029773/779b1058-aefa-4f10-8407-ce3eae3a4808
This is because each line is considered a different block. Try long pressing on one line, And when it turns yellow, Tap to select the others, Then press delete on the menu that appears at the bottom.
This is considered an expected behavior, as MinecraftPublisher mentioned above