fix(mxClient) Fixes NO_FO (foreignObject support is not available) test
parent
74b67a60a4
commit
07d1b628ec
|
@ -366,7 +366,7 @@ const mxClient = {
|
||||||
document.createElementNS(
|
document.createElementNS(
|
||||||
'http://www.w3.org/2000/svg',
|
'http://www.w3.org/2000/svg',
|
||||||
'foreignObject'
|
'foreignObject'
|
||||||
) !== '[object SVGForeignObjectElement]' ||
|
).toString() !== '[object SVGForeignObjectElement]' ||
|
||||||
navigator.userAgent.indexOf('Opera/') >= 0),
|
navigator.userAgent.indexOf('Opera/') >= 0),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue