Skip to content
Toggle navigation
Sign up
Product
Actions
Automate any workflow
Packages
Host and manage packages
Security
Find and fix vulnerabilities
Codespaces
Instant dev environments
Copilot
Write better code with AI
Code review
Manage code changes
Issues
Plan and track work
Discussions
Collaborate outside of code
Explore
All features
Documentation
GitHub Skills
Blog
Solutions
For
Enterprise
Teams
Startups
Education
By Solution
CI/CD & Automation
DevOps
DevSecOps
Case Studies
Customer Stories
Resources
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Pricing
In this repository
All GitHub
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub
↵
Jump to
↵
In this organization
All GitHub
↵
Jump to
↵
In this repository
All GitHub
↵
Jump to
↵
Sign in
Sign up
{{ message }}
histoire-dev
/
histoire
Public
Notifications
Fork
89
Star
2.1k
Code
Issues
61
Pull requests
3
Discussions
Actions
Security
Insights
More
Code
Issues
Pull requests
Discussions
Actions
Security
Insights
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
fix: grid scroll height not being reset when switcing story
Loading branch information
Akryum
committed
Nov 11, 2022
1 parent
ef51ccc
commit
875cf7d45afe4573dd2ec9d2df969b1c22ccb68e
Showing
1 changed file
with
1 addition
and
0 deletions
.
Split
Unified
There are no files selected for viewing
1
packages/histoire-app/src/app/components/story/StoryVariantGrid.vue
Show comments
View file
Edit file
Delete file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,7 @@ function onItemResize (w: number, h: number) {
}
watch
(()
=>
storyStore
.
currentVariant
, ()
=>
{
maxItemHeight
.
value
=
0
//
Reset max height
updateMaxCount
()
})
Toggle all file notes
Toggle all file annotations
0 comments on commit
875cf7d
Please
sign in
to comment.
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.