We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50c0509 commit 6efcdf1Copy full SHA for 6efcdf1
src/client/updaters/title.js
@@ -4,7 +4,7 @@
4
* @param {String} title - the new title of the document
5
*/
6
export default function updateTitle (title) {
7
- if (title === undefined) {
+ if (!title && title !== '') {
8
return
9
}
10
0 commit comments