Colai
Colai
This is my solution. I use different config files so I added the snipped from: https://docs.cypress.io/api/plugins/configuration-api#Switch-between-multiple-configuration-files > cypress.config.js ```javascript const { defineConfig } = require('cypress'); const fs = require('fs-extra'); const...
I created a pull request: https://github.com/arcticicestudio/nord-visual-studio-code/pull/194
Also a currentElement letter can get skipped, resulting in it not being colored
maybe create a reset button component. or move it to the index.svelte. a utility file would not be a good solution I guess. because all components have some sort of...
I found a solution, I needed to add this to `app.d.ts` in my SvelteKit project: ```javascript declare global { ... namespace svelteHTML { interface HTMLAttributes { "on:clickoutside"?: (e: CustomEvent) =>...