version 0.3.0 #1

Merged
ari merged 22 commits from dev into main 2024-07-02 19:39:03 +00:00
Showing only changes of commit e80b6e7104 - Show all commits

View file

@ -18,11 +18,11 @@
if (centered) classes.push("centered");
function click() {
if (disabled) return;
if (href) {
location = href;
return;
}
if (disabled) return;
play_sound(sound);
dispatch('click');
}