MCPcopy
hub / github.com/benweet/stackedit / pagedownHandler

Function pagedownHandler

src/services/optional/shortcuts.js:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7Mousetrap.prototype.stopCallback = () => store.getters['modal/config'] || !store.getters['content/isCurrentEditable'];
8
9const pagedownHandler = name => () => {
10 editorSvc.pagedownEditor.uiManager.doClick(name);
11 return true;
12};
13
14const findReplaceOpener = type => () => {
15 store.dispatch('findReplace/open', {

Callers 1

shortcuts.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected