implemented synchronisation between editors:
whenever one editable field is activated, any other active editable field is resetted
This commit is contained in:
3
frontend/src/Components/field_sync.svelte.js
Normal file
3
frontend/src/Components/field_sync.svelte.js
Normal file
@@ -0,0 +1,3 @@
|
||||
import { writable } from 'svelte/store';
|
||||
|
||||
export const activeField = writable(0);
|
||||
Reference in New Issue
Block a user