Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

fix #17 MoveTo have inverted bottom, top (top is doing the bottom functionality, and viceversa)

Pre-release
Pre-release
Compare
Choose a tag to compare
@Laaouatni Laaouatni released this 17 Aug 11:32
· 90 commits to main since this release
b1dee5c
  • the first G0 needs to be displayed also (before it gets excluded)
  • the ::before number visualizer, need to be on the right since the first one will be on the left.

in the bottom/top position logic, is inverted :)

  • change the top logic to the bottom,
  • and bottom to the top logic
case "bottom"
    // put the correct logic (now you are using top logic here)
case "top"
   // put the correct logic (now you are using bottom logic here)
  • also, use top/left for moving
    • instead of transform. this will make use of not having a lot of bugs now and in the future.