Page MenuHomePhabricator

[native] Move tooltip location getter in Tooltip to functional component
ClosedPublic

Authored by angelika on Wed, Dec 11, 7:40 AM.
Tags
None
Referenced Files
F3493382: D14107.id46467.diff
Thu, Dec 19, 3:10 AM
Unknown Object (File)
Tue, Dec 17, 9:02 AM
Unknown Object (File)
Tue, Dec 17, 7:20 AM
Unknown Object (File)
Fri, Dec 13, 11:17 PM
Subscribers
None

Details

Summary

Simply move get tooltipLocation function to functional component as a part of Tooltip migration to functional component.

Depends on D14106

Test Plan

Open some tooltips and verify they're positioned correctly.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

angelika held this revision as a draft.

Similar feedback to prior diff: I think these getters can be replaced with the value itself. Feel free to do this all in one final diff in the stack if that's easier

This revision is now accepted and ready to land.Wed, Dec 11, 5:47 PM

Rebase and address feedback