Bug fixes
This commit is contained in:
@@ -16953,7 +16953,6 @@ const AngularWorkflow = (defaultprops) => {
|
||||
|
||||
|
||||
var defaultReturn = null
|
||||
|
||||
if (Object.getOwnPropertyNames(selectedComment).length > 0) {
|
||||
defaultReturn = <CommentSidebar />
|
||||
} else if (Object.getOwnPropertyNames(selectedTrigger).length > 0) {
|
||||
@@ -17811,7 +17810,7 @@ const AngularWorkflow = (defaultprops) => {
|
||||
console.log("IN useeffectt (2)" + collapsed)
|
||||
return;
|
||||
}
|
||||
})
|
||||
},[])
|
||||
/*
|
||||
componentWillUpdate = (nextProps, nextState) => {
|
||||
console.log(nextProps, nextState)
|
||||
|
||||
Reference in New Issue
Block a user