rusackas commented on PR #42097:
URL: https://github.com/apache/superset/pull/42097#issuecomment-5086777218

   Thanks for adding the tests.
   
   CodeAnt's thread on the resize listener in `TimeTable.tsx` is still open, 
and I think it may be legit. Dragging a dashboard tile goes through 
`re-resizable`/`ResizableContainer`, which never fires a window resize event, 
so this only catches an actual browser-window resize, not the tile-drag case 
the PR description calls out. 
   
   Is browser-window resize the case you're actually targeting, or should this 
hook into the table's own container size instead?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to