Commit 8db3fda3 authored by liujiaxin's avatar liujiaxin

feat: custom formula input

parent 34d59929
...@@ -62,7 +62,7 @@ export class FormulaInputComponent implements OnInit, OnChanges, OnDestroy, Afte ...@@ -62,7 +62,7 @@ export class FormulaInputComponent implements OnInit, OnChanges, OnDestroy, Afte
this.ngfModelChange.emit(evt); this.ngfModelChange.emit(evt);
} }
showFormulaPad(e) { showFormulaPad(e) {
console.log('showFormulaPad', e); // console.log('showFormulaPad', e);
window.FBOARD.set(e.target.value); window.FBOARD.set(e.target.value);
window.__tmp_fp_input_model__ = this; window.__tmp_fp_input_model__ = this;
const rect = this.inputEl.nativeElement.getBoundingClientRect(); const rect = this.inputEl.nativeElement.getBoundingClientRect();
......
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