You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using flask 1.0.2, and have the debug toolbar installed but on hover or click of any of the items in the bar i.e templates, sqlalchemy, nothing happens? Note that the menu is showing that there are 3 queries in the sqlalchemy section, but nothing expands.
The text was updated successfully, but these errors were encountered:
I had a similar issue but yours could very well be different YMMV. I didn't realize you don't have to call init in your app function. -- I am not using vanilla flask I am using flask-lambda. This only may matter due to the factory app creation.
Javascript is initialized twice causing the click handler in JS to be called 2x which opened and closed the panels immediately after.
I saw the behavior when I had the init call (doh!):
I'm using flask 1.0.2, and have the debug toolbar installed but on hover or click of any of the items in the bar i.e templates, sqlalchemy, nothing happens? Note that the menu is showing that there are 3 queries in the sqlalchemy section, but nothing expands.
The text was updated successfully, but these errors were encountered: