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 11:43:51 +02:00
committed by Copybot
parent 1d7bae5c4f
commit 9a55ebc1a3
@@ -42,4 +42,5 @@ export interface WritefullAPI {
): void
openTableGenerator(): void
openEquationGenerator(): void
refreshSession(): void
}