mirror of
https://github.com/Karaka-Management/oms-Draw.git
synced 2026-01-26 12:58:40 +00:00
Fix #26
This commit is contained in:
parent
36c982139b
commit
4b1dbd0366
|
|
@ -112,6 +112,7 @@
|
|||
self = this;
|
||||
|
||||
if(img !== null && typeof img !== 'undefined' && img.length > 0) {
|
||||
/** global: Image */
|
||||
let imgObj = new Image();
|
||||
|
||||
imgObj.addEventListener('load', function() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user