feat: implemented autosave for sections
Now the changes made to the code in each section will be autosaved and loaded back on next page load.
This commit is contained in:
@@ -21,7 +21,8 @@
|
||||
{% endmacro %}
|
||||
|
||||
{% macro LiveCodeEditor(name, code) %}
|
||||
<div class="livecode-editor canvas-editor" id="editor-{{name}}">
|
||||
<div class="livecode-editor canvas-editor" id="editor-{{name}}"
|
||||
data-section="{{name}}">
|
||||
<div class="row">
|
||||
<div class="col-md-9">
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user