Georg Baum wrote: > BTW, you don't happen to know what all these lines > > //if (hasSelection()) > // cur.selection() = false; > > where supposed to do? because we use cur.selection() as a replacement for > hasSelection() now...
I guess this should reset the selection if e.g. a cell has been selected and the user hits cursorRight. This doesn't seem to be necessary anymore. Jürgen