Skip to content

Commit

Permalink
Merge pull request #1987 from Gauravjeetsingh/annoucement-update
Browse files Browse the repository at this point in the history
Fix the bug in opening the anand sahib from annoucement overlay.
  • Loading branch information
Gauravjeetsingh authored Jun 27, 2024
2 parents f15307a + c34832d commit dc87713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## New Updates

### 9.2.2 - ਊਨਾ Release _June 24, 2024_
### 9.2.2 - ਊਨਾ Release _July 01, 2024_

#### Misc. bug fix and other improvements
- Enhanced Bani Controller: Improved functionality when using the Bani Controller in a multipane workspace.
Expand Down
2 changes: 1 addition & 1 deletion www/main/addons/announcement/components/MiscSlides.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const MiscSlides = () => {
const [paneSelectorActive, setPaneSelectorActive] = useState(false);
const paneSelector = useRef(null);

const openSlideFromDropdown = (paneId) => {
const openSlideFromDropdown = (e, paneId) => {
displayAnandSahibBhog({ openedFrom: 'shortcut-tray', paneId });
setPaneSelectorActive(false);
};
Expand Down

0 comments on commit dc87713

Please sign in to comment.