mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-03-13 09:20:53 +00:00
fix last outstanding .dif conversion
This commit is contained in:
parent
8d015402bd
commit
6b23aefab6
26 changed files with 52 additions and 47 deletions
|
|
@ -38,7 +38,7 @@ export function CopyCoordinatesButton({
|
|||
setShowCopied(true);
|
||||
timerRef.current = setTimeout(() => {
|
||||
setShowCopied(false);
|
||||
}, 1300);
|
||||
}, 1100);
|
||||
} catch (err) {
|
||||
console.error(err);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue