Skip to content

Commit

Permalink
sort alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
Stassi committed Nov 17, 2024
1 parent abbe3a4 commit 31ff69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leaf/map/fullscreen/control/added-listener.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { type UseBooleanGet } from '@stassi/leaf'
export type ControlAddedListenerOptions = {
map: {
control: {
anchor: UpdateControlAnchorTitleAnchorOptions & ControlAnchor
anchor: ControlAnchor & UpdateControlAnchorTitleAnchorOptions
container: { element: HTMLElement }
}
fullscreen: { state: { get: UseBooleanGet } }
Expand Down

0 comments on commit 31ff69d

Please sign in to comment.