mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-07-14 15:47:19 +08:00
Previous code multiply with 0.001 before multiplication which leads to a floating point error. By changing it to division by 1000 after multiplication this is avoided. |
||
---|---|---|
.. | ||
poll.js | ||
poll.vue | ||
poll_form.js | ||
poll_form.vue |