mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
feat: Remove most block tree support. (#9412)
Also, use regions for identifiying toolbox, workspace, and flyout.
This commit is contained in:
@@ -53,6 +53,7 @@ export enum Role {
|
||||
TEXTBOX = 'textbox',
|
||||
COMBOBOX = 'combobox',
|
||||
SPINBUTTON = 'spinbutton',
|
||||
REGION = 'region',
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user