HuaJingwen %!s(int64=6) %!d(string=před) roky
rodič
revize
3b6419fb8f
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      dist/index.js

+ 2 - 1
dist/index.js

280
                     toast.classList.add('show');
280
                     toast.classList.add('show');
281
                     toCopy();
281
                     toCopy();
282
                     setTimeout(function () {
282
                     setTimeout(function () {
283
-                        toast.classList.add('hide').remove('show');
283
+                        toast.classList.remove('show');
284
+                        toast.classList.add('hide')
284
                     }, 2000)
285
                     }, 2000)
285
                 }, false)
286
                 }, false)
286
             }
287
             }