fix tree's enhanced item buttons

This commit is contained in:
zadam
2021-01-15 23:05:19 +01:00
parent 58a93f748b
commit f2e44e5617
4 changed files with 10 additions and 14 deletions

View File

@@ -24,7 +24,7 @@ const TPL = `
}
</style>
<input autocomplete="off" value="" class="note-title" tabindex="100">
<input autocomplete="off" value="" placeholder="type note's title here..." class="note-title" tabindex="100">
</div>`;
export default class NoteTitleWidget extends TabAwareWidget {