(value: boolean)
| 117 | return originalDescriptor?.get?.call(this) ?? false; |
| 118 | }, |
| 119 | set(value: boolean) { |
| 120 | // Store custom value |
| 121 | (this as any)._customIsContentEditable = value; |
| 122 | }, |
| 123 | }); |
| 124 | } |
| 125 |
no outgoing calls
no test coverage detected