mirror of
https://github.com/runebookai/tome.git
synced 2025-07-21 00:27:30 +03:00
Prevent dash replacement
Apparently, having `spellcheck=true` enables the replacement of two dashes with an emdash. This was screwing up CLI args to MCP servers (and probably other things).
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
class:border-red={!valid}
|
||||
onkeyup={() => (valid = validate(value))}
|
||||
onblur={() => (valid = validate(value))}
|
||||
spellcheck="false"
|
||||
autocorrect="off"
|
||||
autocomplete="off"
|
||||
{name}
|
||||
|
||||
Reference in New Issue
Block a user