Aakansha Doshi
Aakansha Doshi
@dwelle didn't get you. For host triggering `onChange` callback would make sense only when `elements/appstate` changes right ? when do you think `onChange` will be needed to be called apart...
AFAIU `onChange` should not affect the perf of the host and since we are passing `appState` and `elements` so unless any of those change the callback is not useful and...
Completely optimizing `onChange` would take some time as we need to figure out what all cases we need not call `onChange` callback. But we will roll out the optimization in...
Hi @evanw yes I tried with the exports field, it loads the separate builds however the source maps aren't loaded for the dev build, do I need to specify in...
Hi @Haimantika thank you for the feedback! We are adding font picker soon so you will have more options to choose the font from - https://github.com/excalidraw/excalidraw/pull/8012 As per the sizes,...
Hi @Mrazator 👋🏻 Excited about this one! I have some queries, could you please elaborate on the 👇🏻 Which fonts are we adding to the font picker? This probably will...
Hi I have enabled Bengali,India as well so you can add the translations for both now Bengali - https://crowdin.com/project/excalidraw/bn Bengali, India - https://crowdin.com/project/excalidraw/bn-IN
@krzysztofMlczk the `label` is not an independent element but a the part of a container (`rectangle`) in the above example. So instead `rectangle` should be locked. Can you try that...
> @ad1992 Well your solution indeed locks editing of the `rectangle` including text, however it prevents me from moving the `rectangle` or scaling. Isn't there a way to only lock...
> @ad1992 right but then I lose benefits of text containers like automatic text wrapping when resizing right? yes, you will lose the text container behavior. Curious to know, can...