In RDE Panel's source code the windows item type runs this.panel.app.getXClient().RaiseWindow(window.id); when you left click on a window title that's rendered but the window doesn't get raised. I've already checked that the function is being called because there's a console.log before it.
In RDE Panel's source code the
windowsitem type runsthis.panel.app.getXClient().RaiseWindow(window.id);when you left click on a window title that's rendered but the window doesn't get raised. I've already checked that the function is being called because there's aconsole.logbefore it.