https://bugs.kde.org/show_bug.cgi?id=513430

--- Comment #3 from [email protected] ---
The error occurs occasionally. I can't tell you exactly when it happens; it
just shows the error in the log. 

```js
window.maximizedAboutToChange.connect((mode) => {
      onMaximizeChange(mode, window);
    });
  }

  function onMaximizeChange(mode, window) {
    if (mode !== 0) {
      return;
    }
    //DO STUFF
  }
```

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to