fix(mxClient) Fixes NO_FO (foreignObject support is not available) test

development
Gary Kaganas 2021-11-09 14:09:08 -05:00
parent 74b67a60a4
commit 07d1b628ec
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ const mxClient = {
document.createElementNS(
'http://www.w3.org/2000/svg',
'foreignObject'
) !== '[object SVGForeignObjectElement]' ||
).toString() !== '[object SVGForeignObjectElement]' ||
navigator.userAgent.indexOf('Opera/') >= 0),
/**