Vedant Pandey

Results 15 comments of Vedant Pandey

I found this issue has more to do with androidx, so if you bump the dependency of any charts to 1.1.4, then it works correctly. `implementation 'com.github.AnyChart:AnyChart-Android:1.1.4'`

I want to work on this

This issue seems to be coming from [here](https://github.com/AppFlowy-IO/appflowy-board/blob/3a08543f6bd81c782784a23fcd8cc61bfb946f85/lib/src/widgets/board_data.dart#L209-L215) on calling `notifyListeners` -> `markNeedsNotifyDependents` -> `markNeedsBuild` which marks it to be rebuilt and tap is not registered the first time.

Mouse area select like this https://github.com/AppFlowy-IO/AppFlowy/assets/25723331/159402ad-54da-43d1-81d8-40f58b3c5382

One important note about this PR- on duplication the group does not get updated, and it appears as if the duplication hasn't happened. This happens due to the code [here...

@richardshiue updated with suggested changes

@richardshiue not sure about it, since duplicate from popup menu behaves similarly. Seems to be possible if we can differentiate event as `DidUpdateViewRows` + `duplicate` + duplicate happening from context...

Hi @LucasXu0 as discussed the tests seem to be failing for kanban board specifically, while others are working as expected. @a-wallen thank you, I will raise the new changes soon