You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
nemosmithasf
changed the title
Shouldn't this._syncHintMarker first on enable()?
Shouldn't this._syncHintMarker fire on enable()?
Sep 25, 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
The text was updated successfully, but these errors were encountered: