Skip to content

Commit df68201

Browse files
authored
debug cloud
1 parent 647a747 commit df68201

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib/cloud-manager-hoc.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ const cloudManagerHOC = function (WrappedComponent) {
7979
);
8080
}
8181
shouldConnect (props) {
82+
console.debug(!this.isConnected(), this.canUseCloud(props), props.isShowingWithId, props.vm.runtime.hasCloudData(), props.canModifyCloudData);
8283
return !this.isConnected() && this.canUseCloud(props) &&
8384
props.isShowingWithId && props.vm.runtime.hasCloudData() &&
8485
props.canModifyCloudData;

0 commit comments

Comments
 (0)