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 4c546b2819
commit c98bc770da
7 changed files with 102 additions and 30 deletions

View File

@@ -8,6 +8,7 @@ declare global {
export enum ResponseType {
UpdateCanvas = "UpdateCanvas",
SetActiveTool = "SetActiveTool",
}
export function attachResponseHandlerToPage() {