Commit 687dfbc1 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[annotated field] temp fix for context menu

parent a7e6df4d
...@@ -79,6 +79,7 @@ annotatedFieldComponent = R.hooksComponentWithModule thisModule "annotatedField" ...@@ -79,6 +79,7 @@ annotatedFieldComponent = R.hooksComponentWithModule thisModule "annotatedField"
} }
--setMenu (const $ menu) --setMenu (const $ menu)
R.setRef menuRef menu R.setRef menuRef menu
setMenu $ const menu
mapCompile (Tuple t l) = {text: t, list: l, onSelect} mapCompile (Tuple t l) = {text: t, list: l, onSelect}
compiled = map mapCompile $ compile ngrams text compiled = map mapCompile $ compile ngrams text
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment