mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-27 09:22:44 +00:00
Remove reference to hotkeys in Style Comments
Removed reference to hotkeys for commenting in the Style Editor since that is not implemented yet. can be added back to match the Text Editor commenting snippet once implemented.
This commit is contained in:
@@ -129,7 +129,7 @@ module.exports = [
|
||||
name : 'Add Comment',
|
||||
icon : 'fas fa-code',
|
||||
gen : dedent`\n
|
||||
/* This is a comment that will not be rendered into your brew. Hotkey (Ctrl/Cmd + /). */
|
||||
/* This is a comment that will not be rendered into your brew. */
|
||||
`
|
||||
},
|
||||
]
|
||||
|
||||
@@ -115,7 +115,7 @@ module.exports = [
|
||||
{
|
||||
name : 'Add Comment',
|
||||
icon : 'fas fa-code',
|
||||
gen : `\n/* This is a comment that will not be rendered into your brew. Hotkey (Ctrl/Cmd + /). */\n\n`
|
||||
gen : `\n/* This is a comment that will not be rendered into your brew. */\n\n`
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user