mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-11-04 21:41:07 +00:00
fix tools
This commit is contained in:
@@ -24,17 +24,6 @@
|
||||
|
||||
// export const routingControls: Map<string, RoutingControls> = new Map();
|
||||
|
||||
// export function selectFileWhenLoaded(fileId: string) {
|
||||
// const unsubscribe = fileObservers.subscribe((files) => {
|
||||
// if (files.has(fileId)) {
|
||||
// tick().then(() => {
|
||||
// selectFile(fileId);
|
||||
// });
|
||||
// unsubscribe();
|
||||
// }
|
||||
// });
|
||||
// }
|
||||
|
||||
// export const allHidden = writable(false);
|
||||
|
||||
// export function updateAllHidden() {
|
||||
|
||||
Reference in New Issue
Block a user