mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-19 02:48:12 +08:00
Implement active tool visual syncing with tool shelf state
This commit is contained in:
@@ -8,6 +8,7 @@ declare global {
|
||||
|
||||
export enum ResponseType {
|
||||
UpdateCanvas = "UpdateCanvas",
|
||||
SetActiveTool = "SetActiveTool",
|
||||
}
|
||||
|
||||
export function attachResponseHandlerToPage() {
|
||||
|
||||
Reference in New Issue
Block a user