Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
KATIETOLER committed Oct 17, 2024
1 parent 0137e9f commit f325e8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/lib/holocene/code-block.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,9 @@
$: content, language, setView();
</script>

<div role="button" class="relative" tabindex={0} on:focus={handleFocus}>
<div class="relative" tabindex={0} on:focus={handleFocus}>
<div
bind:this={editor}
role="textbox"
class={`rounded-x inline min-w-[80px] cursor-text ${className} ${
editable ? 'editable' : 'readOnly'
}`}
Expand Down
1 change: 0 additions & 1 deletion src/lib/holocene/input/input.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
<div class="input-group flex rounded-lg">
<slot name="before-input" {disabled} />
<div
role="button"
class="input-container"
class:disabled
class:error
Expand Down

0 comments on commit f325e8f

Please sign in to comment.