cant copy and paste the lat and lng values. How to fix this?
Contributor guide
Tech stack
None
Domain
frontend
Issue type
bug
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
2
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
under 1 hour
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
clear
Prerequisites
basic HTML/CSSJavaScript event handling
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
70
Research direction
The issue reports that lat/lng values cannot be copied or pasted. Likely the coordinates are displayed in an input field or text element that has disabled text selection or copy. Investigate the UI component rendering the coordinates, possibly in a div with user select: none or an input with readonly attribute. Check for any JavaScript event handlers that intercept copy/paste events. Look at files like index.html or main.js in the repository.