Yes, @mcoh in template component, find the head section (mostly -> head.html) where you notice the following line of code or something similar
<title data-sly-test.pageTitle="${page.title}">${pageTitle}</title>
replace it with
<sly data-sly-test.editOrDesign="${wcmmode.edit || wcmmode.design}"/>
...