flask-navigation icon indicating copy to clipboard operation
flask-navigation copied to clipboard

initializer may be executed multiple times

Open tonyseek opened this issue 10 years ago • 0 comments

With the Flask reloader in development, the app context may be pushed many times. It may cause the initializer function of NavigationBar be executed multiple times.

tonyseek avatar May 06 '14 06:05 tonyseek