Fix slider release event not triggering
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user