1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Merge pull request #1543 from nlopin/edit-on-dblckick

Switch from preview to edit by double click
This commit is contained in:
Kazz Yokomizo
2018-02-19 15:56:22 +09:00
committed by GitHub
3 changed files with 27 additions and 2 deletions

View File

@@ -283,6 +283,7 @@ class UiTab extends React.Component {
onChange={(e) => this.handleUIChange(e)}
>
<option value='BLUR'>When Editor Blurred</option>
<option value='DBL_CLICK'>When Editor Blurred, Edit On Double Click</option>
<option value='RIGHTCLICK'>On Right Click</option>
</select>
</div>