bug fixes
This commit is contained in:
@@ -136,7 +136,6 @@ class ProjectManager:
|
||||
# 2. Track this session to prevent ghost updates
|
||||
if not hasattr(app, "loading_session_id"):
|
||||
app.loading_session_id = 0
|
||||
app.loading_session_id += 1
|
||||
current_session = app.loading_session_id
|
||||
|
||||
# 3. Setup internal tracking if not exists
|
||||
|
||||
Reference in New Issue
Block a user