mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed an issue where SubPlans may overlap other nodes & make them inaccessible in Graphical EXPLAIN View.
Patch sent by: Robert Frunzke Fixes #7093
This commit is contained in:
@@ -797,6 +797,7 @@ define('pgadmin.misc.explain', [
|
||||
'strokeWidth': 1.2,
|
||||
fill: 'gray',
|
||||
fillOpacity: 0.2,
|
||||
'pointer-events': 'none',
|
||||
});
|
||||
|
||||
// Provide subplan name
|
||||
|
||||
Reference in New Issue
Block a user