updateContent()

in studio/store/file/index.ts [71:73]


    updateContent(file: IFile) {
      file.oldContent = file.content
    }