haecheonlee

Results 11 comments of haecheonlee

The issue seems to be related with the style of transform set to `g` in `Canvas.jsx`. And the transform state is set by diagram. Personally, removing those style should not...

This seems to be the solution to fix it. I cannot find any other approach. I created a PR to fix another issue that renders the buttons in the wrong...

Fix seems to be required for Notes and subject area as well. I will open another issue for this.

The issue is coming from the unexpected values that are being set in `Canvas.jsx`. And, the values are coming from diagram in `Workspace.jsx` by id. Does it have different values...

It calls `setTransform` in `Workplace.jsx` and it sets pan and zoom of diagram. The value is used in `Canvas.jsx` and it wraps `Table.jsx`. You can simply go through the DevTool...

Oh, I understood. I was working on Try it for yourself. It seems to be that the scale of transform doesn't work the same way in safari. It looks good...

For the zoom value, I meant in `LandingPage.jsx`. It has the fixed value of 0.85. And, the issue in the page, Try it for yourself, seems to be the value...

Hello, I remember this is related to the issue with the ui library: https://github.com/DouyinFE/semi-design/issues/1698 https://github.com/user-attachments/assets/68ddf47f-07d9-43a1-ae74-8dd94686ff28

It happens to me as well. I have this message: ``` ⨯ ReferenceError: window is not defined at (ssr)/./node_modules/leaflet/dist/leaflet-src.js (.next/server/vendor-chunks/leaflet.js:19:1) at __webpack_require__ (.next/server/webpack-runtime.js:33:43) at (ssr)/./node_modules/react-leaflet/lib/MapContainer.js (.next/server/vendor-chunks/react-leaflet.js:20:1) at __webpack_require__ (.next/server/webpack-runtime.js:33:43) at...