David Luzar
David Luzar
Hi @j-krolak — we somehow completely missed it while doing our own implementation in https://github.com/excalidraw/excalidraw/pull/8942 which contains a few more things. Sorry about that! We've added you as co-author, at...
Sorry @ahmedbrh, didn't notice you commented first!
> There is an experimental [KeyboardLayoutMap API](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap) for Chromium which we might use. Yeah, we're actually using it in E+, but it has limitations (beside low browser support). We'll need...
Looks good, thanks!
Thanks. I cannot reproduce on my iPad 17 at all (no matter the file size), but we can increased the timeout indeed (I've changed it to 5000ms). Hopefully that will...
Thanks, we're good to go!
Oh, missed that. @kaguya3222, the logic handling this should be in: https://github.com/excalidraw/excalidraw/blob/47ee8a00945793340bb20715b2f383a4c3da2139/packages/excalidraw/components/SearchMenu.tsx#L547-L658 Particularly the offsets. If you need help, @ryan-di may help!
> I am thinking if we should just reduce padding to 5px I don't know. For small containers 5px is fine, but for large ones, it won't be pretty. ...
Actually, it applies even to `architect` shape with monospace font:  It almost seems like the 5px padding is counted from the bounding box selection border, not the actual shape.
> Are you resizing the container ? Coz I see this bug when resizing with 5px This is 5px, yes (localhost).