feat(Map): Link signature on splash

This commit is contained in:
Dmitry Popov
2024-10-13 12:57:33 +04:00
parent fbf9c5ddd6
commit 8ce9eb9955
28 changed files with 581 additions and 65 deletions

View File

@@ -118,6 +118,10 @@ export const useMapHandlers = (ref: ForwardedRef<MapHandlers>, onSelectionChange
// do nothing here
break;
case Commands.linkSignatureToSystem:
// do nothing here
break;
default:
console.warn(`Map handlers: Unknown command: ${type}`, data);
break;