Skip to content

fix: switch to correct map when clicking 'My maps' sidebar entry - #1641

Open
sim6 wants to merge 1 commit into
nextcloud:masterfrom
sim6:fix-swith-map
Open

fix: switch to correct map when clicking 'My maps' sidebar entry#1641
sim6 wants to merge 1 commit into
nextcloud:masterfrom
sim6:fix-swith-map

Conversation

@sim6

@sim6 sim6 commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Without an emits declaration, Vue 3 treats @click on AppNavigationMyMapItem as a native DOM event listener, causing a raw MouseEvent to reach loadMap instead of the myMap object.

Without an emits declaration, Vue 3 treats @click on AppNavigationMyMapItem
as a native DOM event listener, causing a raw MouseEvent to reach loadMap
instead of the myMap object.

Signed-off-by: Simó Albert i Beltran <sim6@probeta.net>
@sim6 sim6 changed the title fix: switch to correct map when clicking My maps sidebar entry fix: switch to correct map when clicking 'My maps' sidebar entry Jul 24, 2026
@sim6

sim6 commented Jul 29, 2026

Copy link
Copy Markdown
Contributor Author

@CarlSchwan Could you review it?

@CarlSchwan
CarlSchwan enabled auto-merge July 30, 2026 14:19
@sim6

sim6 commented Jul 30, 2026

Copy link
Copy Markdown
Contributor Author

The test failures are infrastructure-related, not code-related.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants