Implement active tool visual syncing with tool shelf state

This commit is contained in:
Keavon Chambers
2021-04-10 03:49:27 -07:00
parent 958d351505
commit a56f50c60c
7 changed files with 102 additions and 30 deletions
+1
View File
@@ -8,6 +8,7 @@ declare global {
export enum ResponseType {
UpdateCanvas = "UpdateCanvas",
SetActiveTool = "SetActiveTool",
}
export function attachResponseHandlerToPage() {