mirror of
https://github.com/mue/mue.git
synced 2026-06-13 03:58:49 +02:00
fix: welcome modal bugs, about tab issues
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// based on https://stackoverflow.com/a/47009962
|
||||
// it has been brought to my attention (many) times that this is horribly broken if the time
|
||||
// on the "Change every" setting is longer than 1 minute. I wasn't going to wait days to see
|
||||
// if the function worked, so i just assumed it did. i apologise. this function will be
|
||||
// if the function worked, so i just assumed it did. i apologise. this function will be
|
||||
// replaced entirely in the future probably
|
||||
export default function interval(callback, interval, name) {
|
||||
const key = name + 'interval';
|
||||
|
||||
Reference in New Issue
Block a user