diff --git a/www/common/sframe-app-framework.js b/www/common/sframe-app-framework.js index b66294416..92e42616c 100644 --- a/www/common/sframe-app-framework.js +++ b/www/common/sframe-app-framework.js @@ -883,7 +883,7 @@ define([ onEditableChange: evEditableStateChange.reg, // Determine whether the UI should be locked for editing. - isLocked: function () { return state !== STATE.READY; }, + isLocked: function () { return state !== STATE.READY || unsyncMode; }, // Determine whether the pad is a "read only" pad and cannot be changed. isReadOnly: function () { return readOnly; },