mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
chore: make getEventWorkspace_() public (#8241)
This commit is contained in:
@@ -108,7 +108,6 @@ export abstract class Abstract {
|
||||
*
|
||||
* @returns The workspace the event belongs to.
|
||||
* @throws {Error} if workspace is null.
|
||||
* @internal
|
||||
*/
|
||||
getEventWorkspace_(): Workspace {
|
||||
let workspace;
|
||||
|
||||
Reference in New Issue
Block a user