Skip to content

Commit

Permalink
Remova hasActions from InlineToolFacade
Browse files Browse the repository at this point in the history
  • Loading branch information
gohabereg committed Aug 30, 2024
1 parent 7ea146f commit d15588e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/core/src/tools/facades/InlineToolFacade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ export class InlineToolFacade extends BaseToolFacade<ToolType.Inline, IInlineToo
return this.constructable[InternalInlineToolSettings.Title];
}

/**
* Checks if actions element could be rendered by tool
*/
public get hasActions(): boolean {
return 'renderActions' in this.constructable.prototype;
}

/**
* Constructs new InlineTool instance from constructable
*/
Expand Down

0 comments on commit d15588e

Please sign in to comment.