Reinitialise Writefull toolbar after buying AI assist (#25596)

* Reinit Writefull toolbar after buying AI assist

* use refreshSession()

* add a timeout

* add a second refresh

GitOrigin-RevId: a2572d62bce0e344d92696e42d137a0b36574b3b
This commit is contained in:
Domagoj Kriskovic
2025-05-19 12:26:21 +00:00
committed by Copybot
parent cc3b020d88
commit 50a5c7984d
@@ -42,4 +42,5 @@ export interface WritefullAPI {
): void
openTableGenerator(): void
openEquationGenerator(): void
refreshSession(): void
}