Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shouldn't this._syncHintMarker fire on enable()? #1517

Open
nemosmithasf opened this issue Sep 24, 2024 · 0 comments
Open

Shouldn't this._syncHintMarker fire on enable()? #1517

nemosmithasf opened this issue Sep 24, 2024 · 0 comments

Comments

@nemosmithasf
Copy link

nemosmithasf commented Sep 24, 2024

Right now, if continueDrawing:true, after we finish a shape- the "Marker" for the next drawing session starts at the center of the map and then snaps to the cursor on the first movement (due to _syncHintMarker)

Wouldn't it be a more polished experience if we fired _syncHintMarker once as we bind it so the marker position starts at the cursor?

Alternatively, if you don't want to get the cursor position via "Document" call- hiding the cursor/tooltip until the first "move" is called would probably have the same effect

@nemosmithasf nemosmithasf changed the title Shouldn't this._syncHintMarker first on enable()? Shouldn't this._syncHintMarker fire on enable()? Sep 25, 2024
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

No branches or pull requests

1 participant