Skip to content

Commit

Permalink
send logged events as collapsed
Browse files Browse the repository at this point in the history
  • Loading branch information
patinthehat authored and Patrick committed Mar 2, 2021
1 parent 49f62b0 commit 4b37ec0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/vuex/VuexPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ export const VuexPlugin = (options: RayVuexPluginOptions = DefaultVuexPluginOpti
if (isRayVuexPluginNamedColor(options.loggedMutationColor)) {
r.color(options.loggedMutationColor);
}

r.hide();
});
}

Expand All @@ -84,6 +86,8 @@ export const VuexPlugin = (options: RayVuexPluginOptions = DefaultVuexPluginOpti
if (isRayVuexPluginNamedColor(options.loggedActionColor)) {
r.color(options.loggedActionColor);
}

r.hide();
});
}
};
Expand Down

0 comments on commit 4b37ec0

Please sign in to comment.