Skip to content

Commit

Permalink
ok?
Browse files Browse the repository at this point in the history
  • Loading branch information
asturur authored and ShaMan123 committed Sep 1, 2022
1 parent 09eb1b5 commit 0e23df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/canvas.class.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@ import { Point } from './point.class';
upperCanvasEl = this._createCanvasElement();
this.upperCanvasEl = upperCanvasEl;
}
upperCanvasEl.classList.add('upper-canvas ' + lowerCanvasClass);
upperCanvasEl.classList.add('upper-canvas', lowerCanvasClass);
this.upperCanvasEl.setAttribute('data-fabric', 'top');
this.wrapperEl.appendChild(upperCanvasEl);

Expand Down

0 comments on commit 0e23df8

Please sign in to comment.