pallets-eco / flask-admin

Simple and extensible administrative interface framework for Flask
https://flask-admin.readthedocs.io
BSD 3-Clause "New" or "Revised" License
5.76k stars 1.57k forks source link

exit processLeafletWidget early when called a second time #2354

Closed TomGoBravo closed 2 months ago

TomGoBravo commented 1 year ago

Fix (or workaround?) for https://github.com/flask-admin/flask-admin/issues/2351

samuelhwilliams commented 2 months ago

Thanks for proposing a workaround. I discovered an issue similar to this while fixing a regression I've just spotted after a recent merge. I've taken a different approach, so I'm going to close this down - but thank you for flagging it

The other PR is here: https://github.com/pallets-eco/flask-admin/pull/2468