Albin Groen
Albin Groen
## Issue When you have two items where the source anchor is on the same x point as the target anchor, the arrow get pointed in the wrong direction. ![CleanShot...
## Input ```javascript const Element = () => ( {`{t('Cool')}`} {`t('Cool')`} ) ``` ## Expected output ```javascript const Element = () => ( {t('Cool')} t('Cool') ) ``` ## Actual output...
## Code ```javascript const tesseract = require("node-tesseract-ocr"); const config = { lang: "swe", oem: 1, psm: 3, }; tesseract .recognize(`${__dirname}/doc.png`, config) .then((text) => { console.log("Result:", text); }) .catch((error) => {...
## Changes - Hitting `Backspace` when the search field is empty will run the `onEscape` function on the `CommandPalette.Page` component now. ## Demo https://user-images.githubusercontent.com/19674362/175822065-263f1014-bd33-415f-bb59-91426b04d935.mp4
## Issue None of the Change, Find, Delete, or To commands seem to work with brackets or curly braces? ## Demo Here are just a couple of examples where everything...
### Check for existing issues - [X] Completed ### Is your feature request related to a problem? I'm not keen on having lightning bolts everywhere in my code. ### Describe...