Ckeditor5: Missing token destroy

Created on 3 Nov 2017  路  3Comments  路  Source: ckeditor/ckeditor5

CloudServices class should destroy token class on self-destroy, and token class should stop refreshing on self-destroy. Otherwise, token won't stop refreshing after editor destroy.

cloud-services bug

All 3 comments

Thanks, @oskarwrobel! I forgot to implement it.

Note that we should not use protected _stopRefreshing. Instead, this class should have public destroy method.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pjasiun picture pjasiun  路  3Comments

oleq picture oleq  路  3Comments

hybridpicker picture hybridpicker  路  3Comments

Reinmar picture Reinmar  路  3Comments

PaulParker picture PaulParker  路  3Comments