Skip to content

Instantly share code, notes, and snippets.

View Strus's full-sized avatar
🤟

str Strus

🤟
  • Box
  • Warsaw, Poland
View GitHub Profile
import { isTauri } from "@tauri-apps/api/core"
import { getCurrentWindow } from "@tauri-apps/api/window"
import { useEffect } from "preact/hooks"
const EDITABLE_SELECTORS = [
'input[type="text"]',
'input[type="password"]',
'input[type="email"]',
'input[type="tel"]',
'input[type="url"]',