Skip to content

Commit

Permalink
fix: remove textarea resize button (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
Soya-xy authored Nov 30, 2023
1 parent ed369cf commit e4456b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/PanelEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function onTextInput() {
v-model="input"
border="l base"

h-full w-full bg-transparent p4 font-mono
h-full w-full resize-none bg-transparent p4 font-mono
@input="onTextInput"
/>
</div>
Expand Down

0 comments on commit e4456b8

Please sign in to comment.