Browse Source

Fixes rebase editor regression

main
Eric Amodio 2 years ago
parent
commit
4043bdbc5d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/webviews/rebase/rebaseEditor.ts

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

@ -504,7 +504,7 @@ export class RebaseEditorProvider implements CustomTextEditorProvider, Disposabl
const webRoot = context.panel.webview.asWebviewUri(webRootUri).toString();
const html = content.replace(
/#{(head|body|endOfBody|placement|cspSource|cspNonce|root|webroot)}/i,
/#{(head|body|endOfBody|placement|cspSource|cspNonce|root|webroot)}/g,
(_substring, token) => {
switch (token) {
case 'endOfBody':

Loading…
Cancel
Save