吕彦
吕彦
@iwgang 大佬,这个bug有解决方案吗
@daijiawei 没有设置过
HowToDiePainlessly
protected abstract void registerMoudle(); `registerMoudle` 应为 `registerModule`
应该再检查一下所有public方法的拼写,然后一起修改了发一下
I got this issue too, it happened when calling `placemarkFromCoordinates` multiple times during short time.
Is this a similar issue? `PlutoDualGrid` may be a solution, but `PlutoDualGrid` is not able to use when portrait mode on mobile.
I also encountered this problem when refresh table with `plutoGridStateManager.notifyListeners()` however, table can be refresh if ```dart stateManager!.removeRows(stateManager.rows); stateManager!.appendRows(buildRows(dataMap)); ``` It's kinda like `notifyListeners` won't map changed data to new...
Yes, it only happens when I use TextField as renderer. Also, if content come up with EN keyboard recommendations, then content can be deleted https://user-images.githubusercontent.com/18045999/149721352-361d4917-67ec-4e19-b432-70a5ef9cf85e.mp4 .
build-in text widget has no problem on input, but I do find it has some focus problem on very rare situations which I cannot reproduce now, I would check again...