-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
issue: feature requestDescribes a new feature and why it should be addedDescribes a new feature and why it should be addedsize: smallBugs that can be picked up and completed in 1-3 daysBugs that can be picked up and completed in 1-3 days
Description
Check for duplicates
- I have searched for similar issues before opening a new one.
Problem
I want to pull the horizontal flyout into a plugin, but it uses some internal APIs.
Request
Find everything that the horizontal flyout uses that is internal and decide whether to make it externally visible, change how the flyout works, or something else. Implement those decisions.
Alternatives considered
No response
Additional context
-
Split into Add atargetWorkspace: is@internalonFlyoutBase, needs to becomepublic. Can't just beprotectedbecause we also access it from gesture code.getTargetWorkspacemethod to flyout_base.ts #7461 -
Split into RemoveisDragTowardWorkspaceisinternalonFlyoutHorizontaland is called from gesture code. It's already part of the flyout interface. It should not beinternal.@internaltag fromisDragTowardWorkspace#7462
varshneydevansh
Metadata
Metadata
Assignees
Labels
issue: feature requestDescribes a new feature and why it should be addedDescribes a new feature and why it should be addedsize: smallBugs that can be picked up and completed in 1-3 daysBugs that can be picked up and completed in 1-3 days