Browse Source

Fixes #1538: uses iframe rendering

Removing the find widget allows iframe rendering
main
Eric Amodio 3 years ago
parent
commit
ac62316728
2 changed files with 1 additions and 1 deletions
  1. +1
    -0
      CHANGELOG.md
  2. +0
    -1
      src/webviews/rebaseEditor.ts

+ 1
- 0
CHANGELOG.md View File

@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
### Fixed
- Fixes [#1538](https://github.com/eamodio/vscode-gitlens/issues/1538) - Wrong initial keyboard focus in interactive rebase
- Fixes [#1498](https://github.com/eamodio/vscode-gitlens/issues/1498) - "Search & Compare" broken entries
- Fixes [#1507](https://github.com/eamodio/vscode-gitlens/issues/1507) - Communicate git error instead of "unable to find git"
- Fixes [#1512](https://github.com/eamodio/vscode-gitlens/issues/1512) - Git tag command can add an extra `-m`

+ 0
- 1
src/webviews/rebaseEditor.ts View File

@ -101,7 +101,6 @@ export class RebaseEditorProvider implements CustomTextEditorProvider, Disposabl
window.registerCustomEditorProvider('gitlens.rebase', this, {
supportsMultipleEditorsPerDocument: false,
webviewOptions: {
enableFindWidget: true,
retainContextWhenHidden: true,
},
}),

Loading…
Cancel
Save