Aakansha Doshi
Aakansha Doshi
@alpaylan the reason we have horizontal and vertical alignment separately is so that users can use any one or both of them when aligning. If you want to always align...
@addbuye could you elaborate more on the feature? How do you want to align the components ?
> > > > > @behnammodi Good idea, but I have 2 notes on the code: > > > > 1. it must be done on the app-level, not the...
@zsviczian can you share a link with the above reproducible example? I am making some fixes to the sticky note in https://github.com/excalidraw/excalidraw/pull/5723 which I might decouple so will fix this...
@DanielJGeiger calling `measureText` on every keystroke could significantly affect the perf. I am working on some refactorings for sticky notes so that the position/alignment no more depends on text coordinates...
@DanielJGeiger @zsviczian could you please share a shareable link with the reproducible example? The above link was a collab link that looks like already been modified. I have pushed some...
Awesome that's what I wanted to hear :D, thanks for checking @DanielJGeiger! closing this via https://github.com/excalidraw/excalidraw/pull/5996 As per #5834, it works fine for me https://user-images.githubusercontent.com/11256141/209423248-f3ae2784-0559-47b6-9003-0fe209fb83f0.mp4 Could you post a shareable...
@DanielJGeiger @zsviczian do we have any reproducible example for this? I am working on improving the measurements and want to make sure this doesn't break
ok I have a reproducible example for this :) Try adding a character on first line to below element and alignment shouldn't break. It breaks if you try in https://excalidraw-dq7zpgzuc-excalidraw.vercel.app/...
This looks like related to granting permission for the file so we will need to request permission in case the user hasn't given it. Will look into this