We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 647a747 commit df68201Copy full SHA for df68201
1 file changed
src/lib/cloud-manager-hoc.jsx
@@ -79,6 +79,7 @@ const cloudManagerHOC = function (WrappedComponent) {
79
);
80
}
81
shouldConnect (props) {
82
+ console.debug(!this.isConnected(), this.canUseCloud(props), props.isShowingWithId, props.vm.runtime.hasCloudData(), props.canModifyCloudData);
83
return !this.isConnected() && this.canUseCloud(props) &&
84
props.isShowingWithId && props.vm.runtime.hasCloudData() &&
85
props.canModifyCloudData;
0 commit comments