Fix slider release event not triggering

This commit is contained in:
space-nuko
2023-05-07 17:11:36 -05:00
parent 8ec2301093
commit 3a71117073
4 changed files with 15 additions and 13 deletions

View File

@@ -5,6 +5,9 @@ import { f7 } from "framework7-svelte"
let notification;
function notifyf7(text: string, title?: string) {
if (!f7)
return;
if (!notification) {
notification = f7.notification.create({
title: title,