^ 由于是操作后实时保存,所以切换文件时无需保存
This commit is contained in:
parent
2720a024ae
commit
cb76b4f682
|
@ -272,8 +272,6 @@ export default {
|
|||
*/
|
||||
setNowText: function (newFile) {
|
||||
const that = this
|
||||
const isSaved = that.save()
|
||||
if (!isSaved) return false
|
||||
window.isLoadingNowText = Date.now()
|
||||
that.nowFile = newFile
|
||||
that.nowText = that.textDic[newFile]
|
||||
|
|
Loading…
Reference in New Issue