Have same tempvar insertion behavior for mouseover and mouseclick

pull/10616/head
ebb-tide 2018-06-29 19:37:13 -07:00
parent afb7809998
commit e0dd454507
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class QueryTextArea extends Component {
}
handleMouseOverTempVar = template => () => {
this.handleTemplateReplace(template)
this.handleTemplateReplace(template, true)
}
handleClickTempVar = template => () => {