Add todo for popup

pull/3/head
Iron-E 4 years ago
parent d8da47fa71
commit 8a1486d517
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22

@ -82,6 +82,11 @@ function _metaLayer:enter()
end
self._priorKeymap = priorKeymap
local Popup = require('libmodal/src/collections/Popup')
-- TODO: configure `Popup.options` and add the text.
self._popup = Popup.new()
end
--------------------------------------------------------
@ -217,6 +222,9 @@ function _metaLayer:exit()
end
end
self._priorKeymap = _RESTORED
self._popup:close()
self._popup = nil
end
--[[

Loading…
Cancel
Save