Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

console.clear() should reset group state #611

Closed
CetinSert opened this issue Mar 14, 2023 · 0 comments
Closed

console.clear() should reset group state #611

CetinSert opened this issue Mar 14, 2023 · 0 comments
Labels

Comments

@CetinSert
Copy link

vConsole Version: 3.15.0

console.clear() resets group levels in browsers.
vConsole should follow the same behavior.

Here is how reset can be implemented:

c.groupReset = () => { c.log.model.groupLabelCollapsedStack = []; c.log.model.groupLevel = 0; };
@Maizify Maizify added the Todo Will support in future version label May 23, 2023
@Maizify Maizify added Done and removed Todo Will support in future version labels May 23, 2023
@Maizify Maizify closed this as completed Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants