You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.error("Could not attach widget to DOM using Lumino or Phosphor. Fallback to normal DOM attach",JupyterPhosphorWidget,view.pWidget,view.luminoWidget,view.lmWidget);
25
+
this.$el.appendChild(view.el);
26
+
27
+
}
20
28
}else{
21
29
currentView.remove();
22
30
}
@@ -29,8 +37,9 @@ export function createObjectForNestedModel(model, parentView) {
29
37
// In order to avoid an error in phosphor, we add the node to the body before removing it.
30
38
// (current.remove triggers a phosphor detach)
31
39
// To be sure we do not cause any flickering, we hide the node before moving it.
0 commit comments