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
Why do the remove methods of DrawingEditor and FreeTextEditor not include this._reportTelemetry({ action: "deleted" }), while the remove method of HighlightEditor does? Since all are operations for removing annotations, why does this difference exist?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Why do the remove methods of
DrawingEditor
andFreeTextEditor
not includethis._reportTelemetry({ action: "deleted" })
, while the remove method ofHighlightEditor
does? Since all are operations for removing annotations, why does this difference exist?Beta Was this translation helpful? Give feedback.
All reactions