mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-27 06:24:00 +00:00
Removed style alteration for cache canvas resize
This commit is contained in:
parent
3b3c439b00
commit
eba9a8b66a
1 changed files with 0 additions and 1 deletions
1
dist/all.js
vendored
1
dist/all.js
vendored
|
|
@ -5279,7 +5279,6 @@ fabric.util.string = {
|
|||
|
||||
if (this.cacheCanvasEl) {
|
||||
this.cacheCanvasEl[prop] = value;
|
||||
this.cacheCanvasEl.style[prop] = value + 'px';
|
||||
}
|
||||
|
||||
if (this.wrapperEl) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue