Skip to content

Commit

Permalink
Fixed entity flickering in tree
Browse files Browse the repository at this point in the history
  • Loading branch information
Severino committed Dec 13, 2024
1 parent 902b39c commit f6b8871
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions resources/js/components/EntityDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,6 @@
const dirtyValues = getDirtyValues(grps);
const patches = [];
const moderations = [];
console.log(dirtyValues, patches, moderations)
if(Object.keys(dirtyValues).length == 0 ) return;
for(let v in dirtyValues) {
Expand Down Expand Up @@ -1102,7 +1101,6 @@
} else {
leaveEntityRoom(channels.entity);
channels.entity = null;
entityStore.unset();
return true;
}
});
Expand All @@ -1113,7 +1111,6 @@
return false;
} else {
state.hiddenAttributes = {};
entityStore.unset();
leaveEntityRoom(channels.entity);
channels.entity = joinEntityRoom(to.params.id);
listenToList(channels.entity, [
Expand Down

0 comments on commit f6b8871

Please sign in to comment.