Closed Dima-369 closed 2 years ago
As a quick demo to test this package, I ran (inspect-expression '(list 1 2)) which showed this with the More button. Clicking the More button also does nothing apart from hiding it, so it should definitely be hidden initially.
(inspect-expression '(list 1 2))
Yes, I'll try to correct that
Great, thank you for the quick fix :)
As a quick demo to test this package, I ran
(inspect-expression '(list 1 2))
which showed this with the More button. Clicking the More button also does nothing apart from hiding it, so it should definitely be hidden initially.