mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
docs: make three methods not internal (#6666)
Amusingly Flyout.isVisible and .setVisible are public, but there's no way to access a flyout given that getFlyout was not public.
This commit is contained in:
@@ -450,7 +450,6 @@ export abstract class Flyout extends DeleteArea implements IFlyout {
|
||||
* Get the workspace inside the flyout.
|
||||
*
|
||||
* @returns The workspace inside the flyout.
|
||||
* @internal
|
||||
*/
|
||||
getWorkspace(): WorkspaceSvg {
|
||||
return this.workspace_;
|
||||
|
||||
Reference in New Issue
Block a user