From 8bea1e0807f36595d762592c030d4810396ada85 Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Wed, 2 May 2012 15:30:27 -0700 Subject: CSS Panel - Add focus management to styles view delegate --- js/panels/css-panel/style.reel/style.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'js/panels/css-panel/style.reel/style.html') diff --git a/js/panels/css-panel/style.reel/style.html b/js/panels/css-panel/style.reel/style.html index acc169be..9830a21e 100644 --- a/js/panels/css-panel/style.reel/style.html +++ b/js/panels/css-panel/style.reel/style.html @@ -58,6 +58,10 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot { "type": "change", "listener": {"@": "owner"} + }, + { + "type": "stop", + "listener": {"@": "owner"} } ] }, @@ -80,6 +84,10 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot { "type": "change", "listener": {"@": "owner"} + }, + { + "type": "stop", + "listener": {"@": "owner"} } ] } -- cgit v1.2.3