Skip to content

Commit

Permalink
feat(standalone): add title to test node (gpuweb#3880)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler authored Aug 6, 2024
1 parent 5b1e902 commit 550b446
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/runtime/standalone.ts
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@ function makeTreeNodeHeaderHTML(
{
$('<input>')
.attr('type', 'text')
.attr('title', n.query.toString())
.prop('readonly', true)
.addClass('nodequery')
.on('click', event => {
Expand Down

0 comments on commit 550b446

Please sign in to comment.