mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 15:54:12 +01:00
Enable v_y in caret mode. Closes issue #685.
This commit is contained in:
@@ -557,6 +557,11 @@ var Buffer = Module("Buffer", {
|
||||
0);
|
||||
},
|
||||
|
||||
/**
|
||||
* @property {nsISelection} The current document's normal selection.
|
||||
*/
|
||||
get selection() this.win.getSelection(),
|
||||
|
||||
/**
|
||||
* @property {nsISelectionController} The current document's selection
|
||||
* controller.
|
||||
|
||||
Reference in New Issue
Block a user