mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-31 14:33:18 +02:00
Preserve Editor State (#151)
This commit is contained in:
@@ -197,6 +197,7 @@ export function SettingsAppearance() {
|
||||
].join('\n')}
|
||||
heightMode="auto"
|
||||
language="javascript"
|
||||
stateKey={null}
|
||||
/>
|
||||
</VStack>
|
||||
</VStack>
|
||||
|
||||
@@ -107,6 +107,7 @@ export function SettingsDesign() {
|
||||
placeholder="Placeholder"
|
||||
size="sm"
|
||||
rightSlot={<IconButton title="search" size="xs" className="w-8 m-0.5" icon="search" />}
|
||||
stateKey={null}
|
||||
/>
|
||||
<Editor
|
||||
defaultValue={[
|
||||
@@ -118,6 +119,7 @@ export function SettingsDesign() {
|
||||
].join('\n')}
|
||||
heightMode="auto"
|
||||
language="javascript"
|
||||
stateKey={null}
|
||||
/>
|
||||
<div className="flex flex-col gap-1">
|
||||
<div className="flex flex-wrap gap-1">
|
||||
|
||||
Reference in New Issue
Block a user