Significance of 'DisabledHistory' property in File Manager Component

Hi,
On click of different files/folders in file manager component, the window url gets appended with the id of that particular file/folder.
However, when disabledHistory property is assigned true in file manager component, the window url doesn’t get changed.

I want to know the significance of disabledHistory property.
And how can we stop window url from changing everytime I click on a folder

how can we stop window url from changing everytime I click on a folder

Yep, the disabledHistory property is designed to track the history of user actions. To be more precise, it just appends the hashbang url, so that the users can use browser ‘back’ and ‘forward’ buttons to navigate through history steps.

If this functionality is not significant for you, you can safely disabled it with the mentioned property.