Home
last modified time | relevance | path

Searched refs:overAxis (Results 1 – 1 of 1) sorted by relevance

/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.development.js32588 overAxis = {},
32597 overAxis.x = true; field
32601 overAxis.y = true; field
32604 if (overAxis.x && overAxis.y) {
32607 } else if (overAxis.x) {
32610 } else if (overAxis.y && cursorPosition.y < containerHeight) {
32613 } else if (overAxis.y) {