mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
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:
@@ -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);
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user