refactor with Panel classes

This commit is contained in:
JFH
2021-03-14 21:16:35 +01:00
parent cb52db7324
commit 57e7fe316b
17 changed files with 2061 additions and 2231 deletions

View File

@@ -34,9 +34,7 @@ describe('Basic Module', function () {
workarea.append(svgcanvas);
const toolsLeft = document.createElement('div');
toolsLeft.id = 'tools_left';
const toolsFlyout = document.createElement('div');
toolsFlyout.id = 'tools_flyout';
svgEditor.append(workarea, toolsLeft, toolsFlyout);
document.body.append(svgEditor);