[PR #1009] [MERGED] Fixes issue wth the dropdown list upon double clicking. #5756

Closed
opened 2026-02-05 10:16:15 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/1009
Author: @Abijeet
Created: 9/16/2018
Status: Merged
Merged: 9/22/2018
Merged by: @ssddanbrown

Base: masterHead: fix/#960


📝 Commits (3)

  • 90883bb Fixes issue wth the dropdown list upon double clicking.
  • 07bc061 Merge branch 'master' into fix/#960
  • 0931ff3 Tried to make chapter toggles a little smoother in FF

📊 Changes

2 files changed (+23 additions, -18 deletions)

View changed files

📝 resources/assets/js/components/chapter-toggle.js (+22 -17)
📝 resources/assets/sass/_lists.scss (+1 -1)

📄 Description

Closes #960

Added some code on the onTransitionEnd for the open function, haven't seen the issue since. I might have work out my mouse a wee bit.

Signed-off-by: Abijeet abijeetpatro@gmail.com


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/1009 **Author:** [@Abijeet](https://github.com/Abijeet) **Created:** 9/16/2018 **Status:** ✅ Merged **Merged:** 9/22/2018 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `master` ← **Head:** `fix/#960` --- ### 📝 Commits (3) - [`90883bb`](https://github.com/BookStackApp/BookStack/commit/90883bb22b0a868f7dd972c873c79706fed1bc1e) Fixes issue wth the dropdown list upon double clicking. - [`07bc061`](https://github.com/BookStackApp/BookStack/commit/07bc0612c0d276d8d9fb234f570556f655afdf04) Merge branch 'master' into fix/#960 - [`0931ff3`](https://github.com/BookStackApp/BookStack/commit/0931ff38e997fdb7eb7a592b18fedc20e8ef42f6) Tried to make chapter toggles a little smoother in FF ### 📊 Changes **2 files changed** (+23 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `resources/assets/js/components/chapter-toggle.js` (+22 -17) 📝 `resources/assets/sass/_lists.scss` (+1 -1) </details> ### 📄 Description Closes #960 Added some code on the `onTransitionEnd` for the `open` function, haven't seen the issue since. I might have work out my mouse a wee bit. Signed-off-by: Abijeet <abijeetpatro@gmail.com> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:16:15 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5756