Fixed an issue where the data grid scroll is not reset when a query is executed.

This commit is contained in:
Aditya Toshniwal
2022-05-25 17:53:52 +05:30
committed by Akshay Joshi
parent 955bb22cd1
commit aaab5c51a7
6 changed files with 11 additions and 9 deletions

View File

@@ -63,6 +63,8 @@ function setPanelTitle(panel, title, qtState, dirty=false) {
title = title.slice(0, -1);
}
}
} else {
title = qtState.params.title;
}
title = title + (dirty ? '*': '');