FriendsOfFlarum / split

Split Flarum posts into a new discussion
MIT License
13 stars 14 forks source link

"Split to here" doesn't appear on posts loaded when scrolling #17

Open matteocontrini opened 5 years ago

matteocontrini commented 5 years ago

Steps to reproduce:

Screenshot (the button is missing after a certain post):

pfdzknz 1

tyler71 commented 5 years ago

Affected by this as well

@matteocontrini If you go into the web debugger you can find this section in the post

<button class="flagrow-split-endSplitButton Button Button--link hasIcon" style="display: none;" type="button" title="Split to here"><i class="icon fas fa-code-branch Button-icon"></i><span class="Button-label">Split to here</span></button>

If you remove style="display: none;" (this is css to remove a element) it will appear and function normally, as far as I know. Successfully split 50 posts this way.