Merge pull request #7854 from elvisvoer/develop

fix: typo in Click event class docs
This commit is contained in:
Rachel Fenichel
2024-02-15 17:05:02 -08:00
committed by GitHub

View File

@@ -20,7 +20,7 @@ import * as eventUtils from './utils.js';
import {Workspace} from '../workspace.js';
/**
* Notifies listeners that ome blockly element was clicked.
* Notifies listeners that some blockly element was clicked.
*/
export class Click extends UiBase {
/** The ID of the block that was clicked, if a block was clicked. */