GiovanH / unofficial-homestuck-collection

An offline collection of Homestuck and its related works.
GNU General Public License v3.0
20 stars 3 forks source link

Improve performance #494

Open github-actions[bot] opened 1 year ago

github-actions[bot] commented 1 year ago

Improve performance

https://github.com/Bambosh/unofficial-homestuck-collection/blob/d28b770ae107f7e5bc64b8524c7d6524a6a44efa/src/components/AppMenu/TabBar.vue#L197


    initDrag(e) {
      // TODO: Improve performance
      e = e || window.event
      e.preventDefault()

ndex 552fbfa7..2c18bc50 100644
++ b/src/components/SystemPages/Log.vue

3ba9003eb13d8232b3eeb3827c42bb521c16f9c0

GiovanH commented 1 year ago

This may be a false positive.