mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
Merge pull request #453 from bubuzzz/feature/double-click-to-rename-tab
double click on tab to rename
This commit is contained in:
@@ -96,6 +96,7 @@ class SnippetTab extends React.Component {
|
||||
{!this.state.isRenaming
|
||||
? <button styleName='button'
|
||||
onClick={(e) => this.handleClick(e)}
|
||||
onDoubleClick={(e) => this.handleRenameClick(e)}
|
||||
onContextMenu={(e) => this.handleContextMenu(e)}
|
||||
>
|
||||
{snippet.name.trim().length > 0
|
||||
|
||||
Reference in New Issue
Block a user