mirror of
https://github.com/lil-org/tokenary.git
synced 2024-11-30 13:02:49 +03:00
Resolve TODO
This commit is contained in:
parent
5a5d3b1eea
commit
9988581f02
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user