Skip to content

Commit ef3a6e6

Browse files
committed
SUP-15430: Fix spellchecker config and adjust appearance
1 parent 3574a0b commit ef3a6e6

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ node_modules
1616
src/css/aloha.css
1717
.idea
1818
.vscode
19+
alohaeditor.iml
1920

2021
# Javascript
2122
node_modules/
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix spellchecker configuration and adjust appearance.

src/plugins/common/ui/lib/icons.js

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ define([], function() {
8181
FORMATLESS_PASTE: 'content_paste_go',
8282
META_VIEW: 'mystery',
8383
HORIZONTAL_RULE: 'horizontal_rule',
84+
SPELLCHECK: 'spellcheck',
8485

8586
// Tabs
8687
FORMATTING: 'edit',

src/plugins/common/ui/lib/settings.js

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ define([
104104
'toggleMetaView',
105105
'toggleFormatlessPaste',
106106
'formatNumeratedHeaders',
107+
'gcnSpellCheck',
107108
]
108109
},
109110
{

0 commit comments

Comments
 (0)