Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-08-27 01:01:07 +03:00
parent e8194e6965
commit 46b5622d84

View File

@ -1254,7 +1254,10 @@ var LockUnfocusedActions = actions.Actions({
toggleUnfocusedLock: ['Interface/Lock unfocused viewer', toggleUnfocusedLock: ['Interface/Lock unfocused viewer',
core.doc`Toggle unfocused viewer locking... core.doc`Toggle unfocused viewer locking...
NOTE: this defines the handlers on window.`, When enabled this will prevent mouse, touch and context menu events
from reaching the viewer.
NOTE: this defines the focus/blur handlers on the window object.`,
core.makeConfigToggler('lock-unfocused', core.makeConfigToggler('lock-unfocused',
['off', 'on'], ['off', 'on'],
function(state){ function(state){