Sergey Yakunin
Sergey Yakunin
An attempt to make ungrouping with `data-sketch-ungroup` attribute: 1. in nodeTreeToSketchGroup.js see [line 24](https://github.com/servicetitan/html-sketchapp/blob/st-dev/html2asketch/nodeTreeToSketchGroup.js#L24) and [line 41](https://github.com/servicetitan/html-sketchapp/blob/st-dev/html2asketch/nodeTreeToSketchGroup.js#L41) 2. ungroup detection function in /helpers/symbolAttributes/utils.js see [line 9](https://github.com/servicetitan/html-sketchapp/blob/st-dev/html2asketch/helpers/symbolAttributes/utils.js#L9)
@mattfelten There is a `className` availiable for Stick, so you may override `z-index` with it. In react-stick v3.0.3 class has suffix `__node`:  In a previous react-stick v2.3.0 a `className`...
Greetings, Anton! Thank you for this tool :) The main problem here is that usually `createPortal` mounts sharded node as last child of body. In my case this is a...
> to wrap portalled content with `InFocusGuard`, but it's not **working** Yes. I tried FocusGuard too. They are not working, but might be improved to bugfix in this way: ...
@snowystinger Sure! Take a look on [this sandbox](https://pmtnfr.csb.app/) and try to use the link inside Tooltip with keyboard. > What are shards? Basically, shards (a prop) are some nodes, to...
@snowystinger > can't have link in a tooltip It is just a simple example. The real problem is more like this: 1. Modal (portaled) have inside... 2. Select, or DatePicker,...
I also encountrered same error. In my case the problem was like a "circular" imports in components. I have such a structure: ``` Button button.tsx Icon icon.tsx all-components.ts ``` And...
I am looking over 👽
> maybe there should be a single timer that detects layout change instead of 2 separate ones - checking for layout change? It wouldn't make any noticable difference. Because checkin...
Hello, @eugenesvk ! I was thinking about tray icon implementation. And honestly, good solution must look like this: 1. create `lib/LanguageIndicatorTrayIcon.ahk` in same way we have `lib/LanguageIndicatorCursor.ahk` and `lib/LanguageIndicatorCaret.ahk` 2....