1) Change the cursor to a pointer for JSON editor toolbar buttons.

2) Remove the extra scrollbar in JSON editor.
3) Set the focus on the PSQL tool.
This commit is contained in:
Akshay Joshi
2024-06-18 16:42:17 +05:30
parent 007c4840c2
commit 0452828cc7
4 changed files with 15 additions and 11 deletions

View File

@@ -402,7 +402,7 @@ define('pgadmin.node.table', [
handle_cache: function() {
// Clear Table's cache as column's type is dependent on two node
// 1) Type node 2) Domain node
this.clear_cache(...null);
this.clear_cache(null);
},
});
}