When I click on any of the dom nodes, it doesn't show styles. And the page throws an exception. The exception information is Uncaught DOMException: Failed to read the 'rules' property from 'CSSStyleSheet': Cannot access rules
Then I found out. If remove <link href="https://cdn.bootcss.com/amazeui/2.7.2/css/amazeui.min.css" rel="stylesheet"> from html > head, it works fine.
When I click on any of the dom nodes, it doesn't show styles. And the page throws an exception. The exception information is
Uncaught DOMException: Failed to read the 'rules' property from 'CSSStyleSheet': Cannot access rules
Then I found out. If remove
<link href="https://cdn.bootcss.com/amazeui/2.7.2/css/amazeui.min.css" rel="stylesheet">
fromhtml > head
, it works fine.