mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
test: ymap updates-1
This commit is contained in:
parent
d0b9702369
commit
b7eff41826
1 changed files with 1 additions and 1 deletions
|
|
@ -352,7 +352,7 @@ const EditorComponent = (props) => {
|
|||
if (!config.ENABLE_MULTIPLAYER_EDITING) return null;
|
||||
|
||||
// Observe changes in the 'appDef' property of the 'ymap' object
|
||||
props.ymap?.observe(() => {
|
||||
props.ymap?.observeDeep(() => {
|
||||
const ymapUpdates = props.ymap?.get('appDef');
|
||||
|
||||
// Check if there is a new session and if others are on the same version and page
|
||||
|
|
|
|||
Loading…
Reference in a new issue