Skip to content

Commit eb5181e

Browse files
authored
fix: Add private to variableChangeCallback (#8995)
1 parent 04a31f9 commit eb5181e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/workspace_svg.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,7 @@ export class WorkspaceSvg
13701370
*
13711371
* @internal
13721372
*/
1373-
variableChangeCallback(event: AbstractEvent) {
1373+
private variableChangeCallback(event: AbstractEvent) {
13741374
switch (event.type) {
13751375
case EventType.VAR_CREATE:
13761376
case EventType.VAR_DELETE:

0 commit comments

Comments
 (0)