We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6f7c98 + 3ad6206 commit d39769bCopy full SHA for d39769b
2 files changed
src/FileDocumentViewer/widget/FileDocumentViewer.js
@@ -76,7 +76,7 @@ require( [
76
77
_updateRendering: function () {
78
79
- domConstruct.destroy('iframeNode');
+ domConstruct.destroy(this.iframeNode);
80
this.iframeNode = null;
81
this._iframeNodeCreate();
82
test/widgets/FileDocumentViewer.mpk
4 Bytes
0 commit comments