mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
Working on sharing models for same custom editor
This commit is contained in:
@@ -457,7 +457,7 @@ export class ExtHostWebviews implements ExtHostWebviewsShape {
|
||||
panel?._undoEdits(edits);
|
||||
}
|
||||
|
||||
$redoEdits(handle: WebviewPanelHandle, edits: string[]): void {
|
||||
$applyEdits(handle: WebviewPanelHandle, edits: string[]): void {
|
||||
const panel = this.getWebviewPanel(handle);
|
||||
panel?._redoEdits(edits);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user