1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Move tooltip to ts

This commit is contained in:
Jorik Schellekens
2020-05-25 13:40:05 +01:00
parent 7533a8f80b
commit 63f78b0808
7 changed files with 170 additions and 113 deletions

View File

@@ -38,5 +38,10 @@ export enum Action {
* Open the user settings. No additional payload information required.
*/
ViewUserSettings = "view_user_settings",
/**
* Sets the current tooltip
*/
ViewTooltip = "view_tooltip",
}