[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: Add ActualText markers for copied nodes again (3839dff)
Marcel Fabian Krüger
tex at 2krueger.de
Fri Oct 9 12:25:05 CEST 2020
Repository : https://github.com/latex3/luaotfload
On branch : dev
Link : https://github.com/latex3/luaotfload/commit/3839dff07114d7c5e745ad9d964643250a36bc24
>---------------------------------------------------------------
commit 3839dff07114d7c5e745ad9d964643250a36bc24
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Fri Oct 9 12:24:36 2020 +0200
Add ActualText markers for copied nodes again
>---------------------------------------------------------------
3839dff07114d7c5e745ad9d964643250a36bc24
src/luaotfload-harf-plug.lua | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/luaotfload-harf-plug.lua b/src/luaotfload-harf-plug.lua
index 035976f..88c4fa0 100644
--- a/src/luaotfload-harf-plug.lua
+++ b/src/luaotfload-harf-plug.lua
@@ -943,8 +943,8 @@ local function post_process(head)
local startactual, endactual
if props then
- startactual = rawget(props, startactual_p)
- endactual = rawget(props, endactual_p)
+ startactual = props[startactual_p]
+ endactual = props[endactual_p]
end
if startactual then
More information about the latex3-commits
mailing list.