diff --git a/packages/realtime-compiler/resources/live-edit.js b/packages/realtime-compiler/resources/live-edit.js index cbe9b5816de..d847a8ae85c 100644 --- a/packages/realtime-compiler/resources/live-edit.js +++ b/packages/realtime-compiler/resources/live-edit.js @@ -60,6 +60,8 @@ function initLiveEdit() { } } + // Todo: By adding a return redirect we could do this part without JavaScript, + // but then we might need client-side validation, nullifying the value. function handleFormSubmit(event, editor) { event.preventDefault();