Improve tooltip behavior (#723)

This commit is contained in:
boatbomber
2023-07-08 21:41:47 -07:00
committed by GitHub
parent 7154113c13
commit 623fa06d52
2 changed files with 68 additions and 18 deletions

View File

@@ -13,6 +13,7 @@
* Fix patch visualizer breaking when instances are removed during sync ([#713])
* Patch visualizer now indicates what changes failed to apply. ([#717])
* Add buttons for navigation on the Connected page ([#722])
* Improve tooltip behavior ([#723])
[#668]: https://github.com/rojo-rbx/rojo/pull/668
[#674]: https://github.com/rojo-rbx/rojo/pull/674
@@ -26,6 +27,7 @@
[#713]: https://github.com/rojo-rbx/rojo/pull/713
[#717]: https://github.com/rojo-rbx/rojo/pull/717
[#722]: https://github.com/rojo-rbx/rojo/pull/722
[#723]: https://github.com/rojo-rbx/rojo/pull/723
## [7.3.0] - April 22, 2023
* Added `$attributes` to project format. ([#574])