fix(win): don't destroy opts. Fixes #726

This commit is contained in:
Folke Lemaitre 2025-01-24 07:00:27 +01:00
parent 4d09c4f9a4
commit 473be039e5
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -498,7 +498,7 @@ function M:destroy()
self.events = {}
self.keys = {}
self.meta = {}
self.opts = {}
-- self.opts = {}
end
---@param opts? { buf: boolean }