@ones-editor/editor 2.2.14-beta.13 → 2.2.14-beta.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,6 +23,8 @@ export default abstract class GraphBase {
23
23
  private getRealView;
24
24
  private hasChanged;
25
25
  private handleBlockFocus;
26
+ private handleClick;
27
+ private handleSelectionChanged;
26
28
  private handleInputFocusChange;
27
29
  createEmbedContent(content: BlockContentElement, blockData: DocEmbedBlock): void;
28
30
  private updateHeight;