You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are several previous issues closed against this, but I think this is still an issue, as it is a usability stumbling block.
It took me a long time to work out that the title tag had to be accessed as scalatags.Text.tags2.title. I was just doing tag("title")("My Page") for quite a while because I couldn't understand what to do. In the end I found the closed issues, read the source and got the answer that way.
The text was updated successfully, but these errors were encountered:
Hi,
There are several previous issues closed against this, but I think this is still an issue, as it is a usability stumbling block.
It took me a long time to work out that the
title
tag had to be accessed asscalatags.Text.tags2.title
. I was just doingtag("title")("My Page")
for quite a while because I couldn't understand what to do. In the end I found the closed issues, read the source and got the answer that way.The text was updated successfully, but these errors were encountered: