当前编辑文件已经是

dev_cs
hjm 5 years ago
parent 1f1d94847f
commit 0b5f75eea8

@ -254,10 +254,11 @@ class CodeRepositoryViewContainer extends Component {
}
})
}
if (challenge.pathIndex == cur_index) {
showSnackbar(`当前编辑文件已经是${nodePath}`)
}
if (isCurrentFile) {
if (challenge.pathIndex == cur_index) {
showSnackbar(`当前编辑文件已经是${nodePath}`)
}
onPathChange(cur_index)
// showSnackbar(`当前编辑文件已经是${nodePath}`)
} else {

Loading…
Cancel
Save