mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-01 18:30:16 +01:00
Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
parent
0eaf3f0f8a
commit
33175cad7c
17 changed files with 38 additions and 0 deletions
|
|
@ -141,6 +141,15 @@ export const formatNumber = (options: {
|
|||
oldFormat: options.oldFormat,
|
||||
avPanelElement: options.avPanelElement,
|
||||
});
|
||||
addFormatItem({
|
||||
menu,
|
||||
protyle: options.protyle,
|
||||
colId: options.colId,
|
||||
avID: options.avID,
|
||||
format:"TRY",
|
||||
oldFormat: options.oldFormat,
|
||||
avPanelElement: options.avPanelElement,
|
||||
});
|
||||
addFormatItem({
|
||||
menu,
|
||||
protyle: options.protyle,
|
||||
|
|
@ -222,6 +231,16 @@ export const formatNumber = (options: {
|
|||
oldFormat: options.oldFormat,
|
||||
avPanelElement: options.avPanelElement,
|
||||
});
|
||||
addFormatItem({
|
||||
menu,
|
||||
protyle: options.protyle,
|
||||
colId: options.colId,
|
||||
avID: options.avID,
|
||||
format:"ILS",
|
||||
oldFormat: options.oldFormat,
|
||||
avPanelElement: options.avPanelElement,
|
||||
});
|
||||
|
||||
const rect = options.element.getBoundingClientRect();
|
||||
menu.open({
|
||||
x: rect.left,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue