mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
fix: typo in Click event class docs
This commit is contained in:
@@ -20,7 +20,7 @@ import * as eventUtils from './utils.js';
|
|||||||
import {Workspace} from '../workspace.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 {
|
export class Click extends UiBase {
|
||||||
/** The ID of the block that was clicked, if a block was clicked. */
|
/** The ID of the block that was clicked, if a block was clicked. */
|
||||||
|
|||||||
Reference in New Issue
Block a user