Open Blankeye-zero opened 3 months ago
I have the same problem. When will the bug be fixed and a new version be released?
@liuhll waiting for the reviewer. In the mean time, you could change the source code yourself on your version of the package. Remember, hot restart dosen't reflect changes made to installed packages. You would need to rerun the app after stopping it.
@Blankeye-zero Thank you for your contribution. Your change indeed resolves the issue.
However, it also affects the current functionality for closing the dropdown via the controller. The listener is crucial for closing the dropdown, so it's essential to include the _portalController.hide();
call within the listener's callback to maintain that functionality.
The solution is to remove the controller listener on widget disposal. #132
_portalController.hide()
is moved into_handleOutsideTap