Update widgethider.js

This commit is contained in:
TSC
2023-09-05 23:15:23 -05:00
committed by GitHub
parent 4097b75049
commit 2cb958c6b8

View File

@@ -413,7 +413,7 @@ app.registerExtension({
// Store the original descriptor if it exists
let originalDescriptor = Object.getOwnPropertyDescriptor(w, 'value');
widgetLogic(node, w)
widgetLogic(node, w);
Object.defineProperty(w, 'value', {
get() {