Uncaught TypeError: Failed to execute 'getComputedStyle' on 'Window': parameter 1 is not of type 'Element'

Tags: #<Tag:0x00007f8b28d3e748>

Got this error on unlocking editing.

Can you show your implementation?

I highly recommend using CodeSandbox or JSFiddle.
Below are base demos that you can use to pass your code

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?

Hi @waqas do we have any updates here?