Menu widget's menu_clicked() was bypassing the standard _buildWidget path in bricks.js, so Router._onReplace was never called when navigating via sidebar menu items. This caused: - Browser URL not updating on menu clicks - F5 refresh not restoring the current page Added Router hook after t.add_widget(w) in menu_clicked(), matching the same pattern used in bricks.js _buildWidget.
Description
Languages
JavaScript
98.7%
CSS
1.2%