vscode-git-graph
vscode-git-graph copied to clipboard
Create Branch button not active when copy/pasting branch name using only the mouse
Describe the Bug Creating a new branch, when copy/pasting a branch name by using only the mouse, the "Create Branch" button keeps being inactive.
Steps to Reproduce Steps to reproduce the behaviour:
- Righ-Click Commit and select Create Branch...
- Right-Click in empty text field and select Paste
Expected Behaviour The button Create Branch should be active (clickable).
Environment
- Git Graph Extension Version: v1.30.0
- Visual Studio Code Version: 1.93.0
- Operating System: Windows 11
Screenshots (optional)
Additional Context (optional) When pasting via keyboard using Ctrl+V it works as expected.