Browse Source

fix: 无jira任务 补全遗漏的参数

es6
alan 5 years ago
parent
commit
20b03f8e8a
  1. 2
      typescript/core/widget.ts

2
typescript/core/widget.ts

@ -293,7 +293,7 @@ export interface _Widget extends _OB {
/**
* text
*/
setText(): void;
setText(text: string): void;
/**
*

Loading…
Cancel
Save