TextViewer: Flag as a modal (#7255)

It's used that way in a few contexts (e.g., View HTML).

Fix #7249
This commit is contained in:
NiLuJe
2021-02-06 21:10:44 +01:00
committed by GitHub
parent 5c9e649804
commit 9e862e1126

View File

@@ -33,6 +33,7 @@ local _ = require("gettext")
local Screen = Device.screen
local TextViewer = InputContainer:new{
modal = true,
title = nil,
text = nil,
width = nil,