Clear previously used tool properties like background colors

Even after closing the browser and opening the app again, I notice that it picks the same colors of the tools it used last time (e.g. background color of rectangle tool).

where does it store all previously used properties like background color of the annotation tools and how can we clear it?

Hi!

You can disable the localstorage feature with the following code:

instance.disableFeatures([
   instance.Feature.LocalStorage
])

Hope this helps!
Thanks,
Logan

I identified that it happens if richTextPopup is disabled.
I do not want that to pop up, neither the context menu.
What is the solution for it?

Hi @rabiraj

Since this is a different question unrelated to this topic, can you please create a new topic.

Thanks!
Logan