-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Line clamp sidebar title to 2 lines #1788
Conversation
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
@@ -387,20 +426,60 @@ export default { | |||
}, | |||
}, | |||
|
|||
updated() { | |||
this.$nextTick(this.forceUpdateClamps) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* The sidebar is opening and the transition is in progress | ||
* @type {HTMLElement} | ||
*/ | ||
this.$emit('open', element) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ChristophWurst will love this, two proper separate events to manage before and after open :)
Can we have #1767 before, please? 🙈 |
Yes, this is still a draft! :) |
Fix nextcloud/server#12003