We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282ba60 commit 81611f2Copy full SHA for 81611f2
public/js/lib/editor/table-editor.js
@@ -141,12 +141,6 @@ export function initTableEditor (editor) {
141
}
142
143
144
- // Check cookie for saved preference
145
- const cookieDisableTableShortcuts = window.Cookies && window.Cookies.get('preferences-disable-table-shortcuts')
146
- if (cookieDisableTableShortcuts && cookieDisableTableShortcuts === 'true') {
147
- shortcutsEnabled = false
148
- }
149
-
150
// keymap of the commands
151
// from https://github.com/susisu/mte-demo/blob/master/src/main.js
152
const keyMap = CodeMirror.normalizeKeyMap({
0 commit comments