mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-09 23:15:58 -06:00
Fix ERD JS test cases failing due to previous commit.
This commit is contained in:
parent
4c2ae44e4c
commit
3ac789f615
@ -129,7 +129,7 @@ class ERDTool extends React.Component {
|
||||
this.fileInputRef = React.createRef();
|
||||
this.containerRef = React.createRef();
|
||||
this.diagramContainerRef = React.createRef();
|
||||
this.canvasEle = null;
|
||||
this.canvasEle = props.isTest ? document.createElement('div') : null;
|
||||
this.noteRefEle = null;
|
||||
this.noteNode = null;
|
||||
this.keyboardActionObj = null;
|
||||
|
Loading…
Reference in New Issue
Block a user