mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 02:11:44 +03:00
63f4020970
refs https://github.com/TryGhost/Ghost/issues/8106 When a user clicks on the plus button it opens the card menu, when they click on it twice the card menu input field loses focus and the card menu closes, because the Range object of the document is no longer within the editor the '+' button also disappears. This has the effect of making the '+' button disapear when double clicking. Now when the input field to search cards loses focus the card menu disapears but the '+' button remains, we rely on the cursorDidChange event to also hide the button. |
||
---|---|---|
.. | ||
cards | ||
components | ||
lib | ||
options | ||
templates/components | ||
.gitkeep |