interactive
interactive copied to clipboard
Cannot move a markdown cell when it's in edit mode
Describe the bug
- I create a new markdown cell.
- This markdown cell is in edit mode.
- I type a few words.
- I want to move this markdown cell elsewhere by drag and droping it.
- This doesn't work: I can't left click on the left part of the markdown cell to move it.
So when I am editing a markdown cell, if I want to move it, I must do the following:
- I validate the markdown cell (which has either some text or is empty).
- I move the markdown cell.
- I edit the markdown cell by double clicking on it.
- I put the mouse cursor back to its position by clicking at the right place.
I think that I should be able to move a markdown cell in edit mode, and avoid to validate and double-click it to reedit it. From my point of view, I can already move a cell code, which is always in edit mode. So I think markdown cell in edit mode should act like a cell code.
Please complete the following:
Which version of .NET Interactive are you using? (In a notebook, run the #!about magic command. ):
Version: 1.0.456201+e5dc02dbdc933d895d722e69bfa98d580dcda8d9
- OS
- [ ] Windows 11
- [x] Windows 10
- [ ] macOS
- [ ] Linux (Please specify distro)
- [ ] iOS
- [ ] Android
- Browser
- [ ] Chrome
- [ ] Edge
- [ ] Firefox
- [ ] Safari
- Frontend
- [ ] Jupyter Notebook
- [ ] Jupyter Lab
- [ ] nteract
- [x] Visual Studio Code
- [ ] Visual Studio Code Insiders
- [ ] Visual Studio
- [ ] Other (please specify)
This functionality comes from VS Code. This issue should probably be opened here: https://github.com/microsoft/vscode