Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP useDomState don t exec if !editingEl #4221

Open
wants to merge 1 commit into
base: master-mysterious-egg
Choose a base branch
from

Conversation

FrancoisGe
Copy link

No description provided.

@robodoo
Copy link

robodoo commented Mar 20, 2025

This PR targets the un-managed branch odoo-dev/odoo:master-mysterious-egg, it needs to be retargeted before it can be merged.

@FrancoisGe FrancoisGe force-pushed the master-mysterious-egg-fge-3 branch from ad2838a to 6e86801 Compare March 20, 2025 08:35
@FrancoisGe FrancoisGe force-pushed the master-mysterious-egg-fge-3 branch from 6e86801 to 867daa8 Compare March 20, 2025 10:01
@@ -14,12 +14,14 @@ import {
import { useBus } from "@web/core/utils/hooks";
import { useDebounced } from "@web/core/utils/timing";

export function useDomState(getState) {
export function useDomState(getState, { withoutSecurity = false } = {}) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

export function useDomState(getState, { shouldCheckIsConnected = true } = {}) {?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants