Hi, I have been using the fix in the following thread: Is it possible to disable topic title in header?
<script type="text/discourse-plugin" version="0.8.13">
api.modifyClass('component:discourse-topic', {
showTopicInHeader() {
return false;
}
})
But as of the new Discourse update v2.3.0.beta9 +469 it does not seem to hide the topic title anymore.
Any help is appreciated, thanks!