The current problem is that if you do `localsStorage.setItem()` the value is changed, but comfyUI doesn't detect the change because `ComfyActionbar` was already mounted. This is a quick fix where we basically trigger a reload of the app after docking the menu position.