Skip to content

visualpython #181.Issue with the position of the scrollbar when deleting a block(Issue 2) #206

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

Closed
wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Mar 31, 2023

Hello,

For this I changed the position of the scrollbar when we delete a block.Please let me know if you have any questions.

@ghost
Copy link
Author

ghost commented Apr 2, 2023

Hello @minjk-bl ,

Could you please review this change?

Kind Regards

@minjk-bl
Copy link
Collaborator

minjk-bl commented Apr 3, 2023

Hello @PSP23SCM98D , sorry for the late reply.
I checked your code, and it worked well!
However, I want to ask you to change your working branch from 'main' to 'devops'.
We're currently work on devops branch on development, so your code must apply devops's current changes first.

Please follow these steps!

  1. Change branch to devops using
    • git checkout -b devops
    • it will change your local repository's branch to devops and if there's no branch it will make new branch.
  2. Set upstream as remote repository using
    • git remote add upstream https://github.com/visualpython/visualpython.git
  3. Apply current changes from devops using
    • git fetch upstream and then type git rebase upstream/devops to rebase it
  4. And then you could push codes to your forked repository using
    • git push origin devops
  5. Finally please make new pull-request on github from your-forked-repository:devops to visualpython:devops.

If there's any question while following these steps, please let me know.
I'll wait for your reply (or pull-request)

Thanks :)

@minjk-bl minjk-bl closed this Apr 3, 2023
@minjk-bl minjk-bl added invalid This doesn't seem right need reply Need developer's reply labels Apr 3, 2023
@minjk-bl minjk-bl self-requested a review April 3, 2023 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right need reply Need developer's reply
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant