We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe309c commit 1645dd2Copy full SHA for 1645dd2
src/DataviewLoader/widget/DataviewLoader.js
@@ -215,7 +215,7 @@ define([
215
_showPage: function (mxform) {
216
logger.debug(this.id + "._showPage on form");
217
218
- if(this.prevForm != null){
+ if(this.prevForm != null && mxform != null){
219
this.prevForm.destroy();
220
}
221
this.prevForm = mxform;
0 commit comments