Sfoglia il codice sorgente

Fixes rebase editor regression

main
Eric Amodio 2 anni fa
parent
commit
4043bdbc5d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/webviews/rebase/rebaseEditor.ts

+ 1
- 1
src/webviews/rebase/rebaseEditor.ts Vedi 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':

||||||
x
 
000:0
Caricamento…
Annulla
Salva