Skip to content

Commit

Permalink
Merge branch 'master' of github.com:flynx/pWiki
Browse files Browse the repository at this point in the history
  • Loading branch information
flynx committed Oct 30, 2023
2 parents 9a3e96c + f5ea7b7 commit d8684dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions experiments/outline-editor/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ function clickPoint(x,y){
// elements.
//
// XXX it would be a better idea to do a binary search instead of a liner
// pass... but at this point this is not critical (unless we get
// gigantic blocks)
// pass...
// ...though b-search will get us to the target, we stll need to count...
// XXX HACK -- is there a better way to do this???
var getCharOffset = function(elem, x, y, c){
c = c ?? 0
Expand Down

0 comments on commit d8684dd

Please sign in to comment.