toggleLog()

in studio/store/layout/index.ts [60:63]


    toggleLog() {
      if (this.logHeight) this.prevLogHeight = this.logHeight
      this.logHeight = this.logHeight ? 0 : this.prevLogHeight
    },