Evgeny Zaytsev
Evgeny Zaytsev
Issue Type: Bug when the extension is enabled the Electron CPU usage jumpt to 300-400% which makes my mac really slow and almost impossible to work :( Extension version: 3.4.3...
This PR adds a new `queueLimit` option setting tasks limit in the queue.
**Description** This pull request adds a new `ToolbarProvider` component to render controls/toolbar outside the slate context. **Example** ```tsx { for (const hotkey in HOTKEYS) { if (isHotkey(hotkey, event as any))...
This PR adds support for [CSS @property](https://developer.mozilla.org/en-US/docs/Web/CSS/@property) feature. - `createVar` - creates a `@property` definition, returns property var format `var(--propertyName)` - `createGlobalVar` - same as `createVar` but with a predefined...