The top area is being obstructed and cannot be operated
BTW, I'm on macOS.
sorry for that, but I do not have mac and do not know the difference. is this the maximize of window?
No, the window is not maximized.
BTW, maybe I can submit a PR with a fix later.
it would be best if you submit a PR, since I can not test this bug.
The draw.io workspace extends over the built-in mac toolbar. I'm not familiar enough with the code to know if this is feasible, but it seems to be that a potential fix for the mac platform would be to adjust the draw.io window so that it's offset by 32 pixels downwards and is 32 pixels shorter. (I'm assuming that the plugin is able to request the available space for working in?)
the plugin api does not provide the api to give the avaiable space. the logseq main ui does not suffer from this. is it keep some space from top? if so, when open the drawio plugin, the plugin top and main ui top is in difference position. but I may wonder why logseq does not help plugins to keep the space instead of doing it by plugins itself.