Resolve TODO

This commit is contained in:
Ivan Grachev 2022-08-29 19:55:55 +03:00
parent 5a5d3b1eea
commit 9988581f02

View File

@ -127,7 +127,6 @@ window.tokenary.hideOverlayImmediately = (immediately) => {
};
window.tokenary.showOverlay = () => {
// TODO: show with animation
const overlay = document.getElementById("tokenary-overlay");
if (overlay) {
window.tokenary.unhideOverlay(overlay);