mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 10:00:08 +00:00
Merge branch 'master' of github.com:flynx/pWiki
This commit is contained in:
commit
d8684dd559
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user