Searched refs:editSelection (Results 1 – 2 of 2) sorted by relevance
96 private editSelection: (currentPx: number) => boolean; property in PanAndZoomHandler107 editSelection,115 editSelection: (currentPx: number) => boolean,125 this.editSelection = editSelection;152 edit = this.editSelection(x);223 if (this.editSelection(this.mousePositionX)) {
130 editSelection: (currentPx: number) => {