Skip to content

Commit

Permalink
fix(file-uploader-inline): update missing init$ usage that was lead…
Browse files Browse the repository at this point in the history
…ing to crash
  • Loading branch information
nd0ut committed May 18, 2023
1 parent 97dbb32 commit 51a7b10
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions solutions/file-uploader/inline/FileUploaderInline.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import { SolutionBlock } from '../../../abstract/SolutionBlock.js';
import { ActivityBlock } from '../../../abstract/ActivityBlock.js';

export class FileUploaderInline extends SolutionBlock {
init$ = this.ctxInit;

shadowReadyCallback() {
/** @type {import('../../../abstract/UploaderBlock.js').UploaderBlock} */
const uBlock = this.ref.uBlock;
Expand Down

0 comments on commit 51a7b10

Please sign in to comment.