MCPcopy
hub / github.com/directus/directus / updated

Function updated

app/src/directives/tooltip.ts:176–183  ·  view source on GitHub ↗
(element, binding)

Source from the content-addressed store, hash-verified

174 beforeMount,
175 unmounted,
176 updated(element, binding) {
177 if (binding.value === binding.oldValue) return;
178 unmounted(element);
179
180 if (binding.value) {
181 beforeMount(element, binding);
182 }
183 },
184};
185
186export default Tooltip;

Callers

nothing calls this directly

Calls 2

unmountedFunction · 0.70
beforeMountFunction · 0.70

Tested by

no test coverage detected