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

Move In #44

Open
hediet opened this issue Aug 4, 2022 · 1 comment
Open

Move In #44

hediet opened this issue Aug 4, 2022 · 1 comment

Comments

@hediet
Copy link

hediet commented Aug 4, 2022

this.debouncer.run(() => {
    
});
f|or (const handler of this._previewHandlers) {
    handler.handlePreview(state);
}

->

this.debouncer.run(() => {
    f|or (const handler of this._previewHandlers) {
        handler.handlePreview(state);
    }
});
@lgrammel
Copy link
Contributor

lgrammel commented Aug 4, 2022

There is I think a more general move in / move out class in addition to left/right/up/down (example: jsx attributes, blocks). I'll probably have a separate shortcut for this, possibly a modification of move up / down (adding another modifier key).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants