Great news! https://github.com/NodeBB/NodeBB/commit/c0fb1cb59cd76f46919a171862bc4015d1ff2d2a should fix the issue in v1.16.2
0Best suggestion to disable the reply as topic on reply post?
@Aesir you can use this in your custom CSS:
[component="topic/reply/container"] .btn.dropdown-toggle {
display: none;
}
@evoixmr Thank you.
@Aesir You're welcome.