mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-08 18:30:42 +00:00
Correct indentation
This commit is contained in:
parent
d8b569c7b0
commit
a88efa7cc7
@ -58,7 +58,7 @@ public class InputBar extends HorizontalLayout implements LocaleChangeObserver {
|
||||
inputField.setClearButtonVisible(true);
|
||||
inputField.setMaxLength(1000); // TODO: perhaps remove the error message? more than 1000 can't be entered now
|
||||
inputField.setValueChangeMode(ValueChangeMode.EAGER); // TODO: this causes a lot of network traffic
|
||||
inputField.addValueChangeListener(event -> onInputFieldValueChange());
|
||||
inputField.addValueChangeListener(event -> onInputFieldValueChange());
|
||||
// attach a listener that replaces \ with λ
|
||||
// JavaScript is used because Vaadin does not have APIs for selectionStart/selectionEnd
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user