mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed an issue where the data grid scroll is not reset when a query is executed.
This commit is contained in:
committed by
Akshay Joshi
parent
955bb22cd1
commit
aaab5c51a7
@@ -63,6 +63,8 @@ function setPanelTitle(panel, title, qtState, dirty=false) {
|
||||
title = title.slice(0, -1);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
title = qtState.params.title;
|
||||
}
|
||||
|
||||
title = title + (dirty ? '*': '');
|
||||
|
||||
Reference in New Issue
Block a user