increase the dialogue timeout to 10 secs.

Signed-off-by: Gökay Şatır <gokaysatir@collabora.com>
Change-Id: I2eb5f22bd9d0f02e605179e4246fcaa89d3ade32
This commit is contained in:
Gökay Şatır 2022-05-02 15:33:46 +03:00 committed by Gökay ŞATIR
parent b6b1f77c81
commit c860303345

View file

@ -6,7 +6,7 @@
/* global Hammer app */
L.Control.JSDialog = L.Control.extend({
options: {
snackbarTimeout: 6000
snackbarTimeout: 10000
},
dialogs: {},
draggingObject: null,