allow to give a div other than the default one (with id=svg_editor)
This commit is contained in:
@@ -40,8 +40,8 @@ class Editor extends EditorStartup {
|
||||
/**
|
||||
*
|
||||
*/
|
||||
constructor() {
|
||||
super();
|
||||
constructor(div = null) {
|
||||
super(div);
|
||||
/**
|
||||
* @type {boolean}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user