Project

General

Profile

Patch #43397 » 0003-Remove-unused-gantt_content-class-toggle.patch

Katsuya HIDAKA, 2025-10-26 18:24

View differences:

app/javascript/controllers/gantt/chart_controller.js
89 89
      this.#drawRelations()
90 90
    }
91 91

  
92
    const content = document.getElementById("content")
93
    if (content) {
94
      content.classList.add("gantt_content")
95
    }
96 92
  }
97 93

  
98 94
  #setupDrawArea() {
(2-2/5)