Manoj Kumar Sarkar
Results
1
comments of
Manoj Kumar Sarkar
I've implemented the optional chaining to handle the potential `undefined` values for `menubarWindowState` and `mainWindowState`. The updated code snippet is as follows: ```javascript ...(config.store.get('isMenuBarMode') ? { x: menubarWindowState?.x, y: menubarWindowState?.y,...