Fixed blinking when page is loaded without selected tool

This commit is contained in:
2023-05-31 14:17:04 +02:00
parent c20ee570cb
commit 6ef7df31e5

View File

@@ -119,5 +119,5 @@ function loadLastPage() {
if (lastPage == null) { if (lastPage == null) {
lastPage = "xpath"; lastPage = "xpath";
} }
changeTool(lastPage); changeTool(lastPage, false);
} }