Profesor08
Profesor08
`attrs.placement` is `undefined` in render function on first renders.
Uncaught TypeError: Cannot read property 'toLowerCase' of undefined at isIgnoreTag (jquery.event.move.js:198) at mousedown (jquery.event.move.js:249) at HTMLDocument.handler (jquery.event.move.js:100) This happens when you click on scrollbar. Becouse **e.target** is document and **e.target.tagName**...
I have a situation where I want to apply style to element on some case. But I can't target desired child element, because a lot of child elements has the...
A lot of elements has class name `go11`. This make a lot of conflicts if element don't has some styles, and I want to apply them to it depending on...
If I user git icon with white color, I get some white dots belong this icon. Look at screenshot: http://prntscr.com/g11kre
### The Problem: No support on touch screens ### The Solution: Add support for touches
This code brings weird behavior to textarea, when I want to write something, it selects all content. And there is no way to remove this. https://github.com/yuanqing/create-figma-plugin/blob/8f5246aa76899f081f9cf89b1a7b59a1b449fb3a/packages/ui/src/components/textbox/textbox-multiline/textbox-multiline.tsx#L88-L94 There are two options...
### How did you encounter this bug? Open some `.css`, `.scss` file with some errors. Disable or configure settings in `.stylelintrc.json`. No effect will be applied until full restart of...