setLogHeightByFileId()

in studio/store/layout/index.ts [64:66]


    setLogHeightByFileId(id: number) {
      this.logHeight = this.filesLogHeight[id] || 0
    },