Got this error on unlocking editing.
Uncaught TypeError: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'
Can you show your implementation?
I highly recommend using CodeSandbox or JSFiddle.
Below are base demos that you can use to pass your code
- Vanilla - https://jsfiddle.net/h4dcejou/
- Angular - https://codesandbox.io/s/sample-n0vl0
- React - https://codesandbox.io/s/fetch-data-1bk6y
- Vue - https://codesandbox.io/s/sample-fs46q
Thanks in advance.
Its difficult to implements it as I am using Tabs. Basically my scenario is I have 3 tabs with each tabs has its own handsontable. Each handsontable has a lock icon on top to enable and disable editing. When I load the page it works perfectly fine but when i move to another tab and came back to last one and click the edit icon it show me this error on .updateSetting
function
Could you at least send updateSetting
?
What is there?