chore: add top-level inline docs to bubbles icons and inputs (#7190)

* chore: add top-level inline docs to bubbles icons and inputs

* chore: fixup for PR comments
This commit is contained in:
Beka Westberg
2023-06-21 10:14:25 -07:00
committed by GitHub
parent 5f2e143ab8
commit 91e8105e81
11 changed files with 44 additions and 3 deletions

View File

@@ -15,6 +15,10 @@ import * as touch from '../touch.js';
import {WorkspaceSvg} from '../workspace_svg.js';
import {browserEvents} from '../utils.js';
/**
* A bubble that displays editable text. It can also be resized by the user.
* Used by the comment icon.
*/
export class TextInputBubble extends Bubble {
/** The root of the elements specific to the text element. */
private inputRoot: SVGForeignObjectElement;