mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 10:31:24 +01:00
partial options typing
This commit is contained in:
parent
324d92613d
commit
70e77714b9
3 changed files with 223 additions and 148 deletions
|
|
@ -41,7 +41,7 @@ export function lock(id: string) {
|
|||
}
|
||||
|
||||
// unlock option
|
||||
function unlock(id: string) {
|
||||
export function unlock(id: string) {
|
||||
localStorage.removeItem(id);
|
||||
const $lock = document.getElementById("lock_" + id);
|
||||
if ($lock) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue