Fixed blinking when page is loaded without selected tool
This commit is contained in:
@@ -119,5 +119,5 @@ function loadLastPage() {
|
||||
if (lastPage == null) {
|
||||
lastPage = "xpath";
|
||||
}
|
||||
changeTool(lastPage);
|
||||
changeTool(lastPage, false);
|
||||
}
|
||||
Reference in New Issue
Block a user