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