Dénes Csala

Results 8 comments of Dénes Csala

Solved it with a temporary workaround for now: in the `DashboardPage.XXX.js` where the `isInView` property get's defined, I brute-forced all `ryantxu-ajax-panel`s to to be "in view": `if (n.panelMap[e.id.toString()].type == 'ryantxu-ajax-panel')...

Just the compiled file as quick fix - in the definition of the `isInView` function. ``` n.isInView = function(e) { if (n.panelMap[e.id.toString()].type == 'ryantxu-ajax-panel') return 1; // *** new line...

![image](https://user-images.githubusercontent.com/7745224/74716489-93323f00-5226-11ea-9beb-73563517391e.png)

Hey @sfirke - will take a look at this in a bit!

partially implemented through setting the value for the `minnodewidth` console variable

Hey @dginev - any progress on this? We are setting up a UK-wide chemistry data exchange project.

Awesome! *mhchem* is the priority for us.