From 00cfa3bb3aed1c7676bb1a62b210e57a09236ff1 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 8 Sep 2015 20:44:00 +0000 Subject: [PATCH] webstaff: flat MARC editor now updates model on blur, not change This fixes a problem where attempting to type in the flat MARC editor would result in a fromBreaker()/toBreaker() cycle being run with each keystroke, which (among other things) made the user have to fight for control of the insertion cursor. Signed-off-by: Galen Charlton Signed-off-by: Jason Stephenson --- Open-ILS/src/templates/staff/cat/share/t_marcedit.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/staff/cat/share/t_marcedit.tt2 b/Open-ILS/src/templates/staff/cat/share/t_marcedit.tt2 index dd6932cda0..59596a5e32 100644 --- a/Open-ILS/src/templates/staff/cat/share/t_marcedit.tt2 +++ b/Open-ILS/src/templates/staff/cat/share/t_marcedit.tt2 @@ -58,7 +58,7 @@
- +
-- 2.11.0