Skip to content

Commit

Permalink
Fix description jumping
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustem Mussabekov committed Mar 3, 2025
1 parent 4935cde commit a14e2a6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app",
"version": "5.6.74",
"version": "5.6.75",
"description": "All-in-one bookmark manager",
"author": "Rustem Mussabekov",
"license": "MIT",
Expand Down
4 changes: 1 addition & 3 deletions src/co/bookmarks/edit/form/title.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import s from './title.module.styl'
import React, { useState, useCallback, useRef } from 'react'
import { useSelector } from 'react-redux'
import { makeViewHide } from '~data/selectors/bookmarks'
Expand Down Expand Up @@ -27,7 +26,7 @@ export default function BookmarkEditFormTitle({ autoFocus, item: { title, excerp
const viewHide = useSelector(state=>getViewHide(state, 0))

return (
<div className={s.wrap}>
<div>
<Text
variant='less'
font='title'
Expand All @@ -47,7 +46,6 @@ export default function BookmarkEditFormTitle({ autoFocus, item: { title, excerp

{viewHide.includes('excerpt') ? null : (
<Text
className={`${s.excerpt} ${!excerpt ? s.empty : ''}`}
variant='less'
font='secondary'
autoSize={true}
Expand Down
3 changes: 0 additions & 3 deletions src/co/bookmarks/edit/form/title.module.styl

This file was deleted.

0 comments on commit a14e2a6

Please sign in to comment.