🐛 fix(vscode): 改动 tab 默认统一视图并保留阅读位置
This commit is contained in:
@@ -588,6 +588,14 @@ export class KanbanWebviewPanel {
|
||||
void prFiles.handleSetPrReviewConfirmed(this, msg)
|
||||
return
|
||||
}
|
||||
if (msg.type === 'pr-diff-mode/get') {
|
||||
prFiles.handleGetPrDiffMode(this)
|
||||
return
|
||||
}
|
||||
if (msg.type === 'pr-diff-mode/set') {
|
||||
void prFiles.handleSetPrDiffMode(this, msg.mode)
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
// internal: handler 模块访问
|
||||
|
||||
Reference in New Issue
Block a user