SlyEdit DCT: Use Math.floor() to create an actual number instead of toFixed(0) like I was in some very old parts of the code. This fixes some cursor position calculations (for the current time, particularly).
- Feb 24, 2024
-
-
Eric Oulashin authored
SlyEdit DCT: Use Math.floor() to create an actual number instead of .toFixed(0) like I was in some very old code.. This fixes some cursor position calculations (for the current time, particularly).
-