提交 a765a1a2 编写于 作者: M Matt Bierner

Fixes #19133

上级 c8196b5e
......@@ -89,7 +89,7 @@ export function activate(context: vscode.ExtensionContext) {
vscode.commands.executeCommand('_workbench.htmlPreview.postMessage',
getMarkdownUri(event.textEditor.document.uri),
{
line: event.selections[0].start.line
line: event.selections[0].active.line
});
}
}));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册