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

Variables pane focus on used variable focuses on the cell middle and not on the part containing the variable #1362

Closed
alefminus opened this issue May 12, 2024 · 1 comment · Fixed by #1365
Assignees

Comments

@alefminus
Copy link

import marimo

__generated_with = "0.5.2"
app = marimo.App()


@app.cell
def __():
    """
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell
    hello, this is a cell

    """
    a = 10
    return a,


if __name__ == "__main__":
    app.run()
Screencast.from.2024-05-12.11-18-57.webm
@alefminus
Copy link
Author

Hey, thanks for the fast fix! Verified working, thanks again!

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

Successfully merging a pull request may close this issue.

2 participants