박종준
박종준
## Summary I want to add custom DOM ``` ``` The source of DOM is mathlive (https://cortexjs.io/mathlive/) So, I want to add custom DOM like this docs's \ DOM https://github.com/nhn/tui.editor/blob/master/docs/en/custom-block.md....
### Environment SaaS (https://sentry.io/) ### Steps to Reproduce 1. discard some issue (at 14-day free trial period) 2. 14-day later 3. hidden UI "Discarded Issues" 4. can't undiscard ### Expected...
- figma.config.json ```json { "codeConnect": { "importPaths": { "src/*": "@test" } } } ``` - not kebab-case ```javascript import { SideSheet } from "./sidesheet.js"; figma.connect( SideSheet, "https://www.figma.com/...", ... ) ```...
- **`stickyHeader: false`** -> has `type`, `withDescription`, `closeButton` properties - **`stickyHeader: true`** -> hide `type`, `withDescription`, `closeButton` properties How can I control it?
My `Button` leadingIcon or trailingIcon has `Icon component` (this is nested component) but, I want to see the "code connect" of `Icon component` without clicking this. - My code ```javascript...
I am trying to connect icons at once using the `client` from @figma/code-connect. However, when I use a template literal (`${foo}`) expression in `figmaNodeUrl`, it causes an error. How can...
my component's `Text` property is boolean. If true, a text component named _Text_ exists, and if false, that text component disappears. I set "undefined" when `Text` property is false, but...