Anki/ts/components
Hikaru Y a32c7a8e63
Fix CodeMirror not properly sized when opening editor (#2426)
* Revert "Fix open editors getting carried over to different notetypes (#2393)"

This reverts commit bf5bcd3f52.

* Fix CodeMirror not properly sized when opening editor

If the initial value of a tweened store is 'undefined' or 'null', the
first value change will take effect immediately. Therefore, by setting
the initial value of 'size' to 'undefined', 'collpased' will be set to
'false' with no transition time if 'false' is passed to 'collapse' prop,
ensuring that CodeMirror is properly sized.
2023-03-08 19:46:50 +10:00
..
Absolute.svelte
Badge.svelte
ButtonGroup.svelte
ButtonGroupItem.svelte
ButtonToolbar.svelte
CheckBox.svelte
Col.svelte
Collapsible.svelte Fix CodeMirror not properly sized when opening editor (#2426) 2023-03-08 19:46:50 +10:00
Container.svelte Improved add-on extension API (#1626) 2022-02-03 14:52:11 +10:00
context-keys.ts
DropdownDivider.svelte
DropdownItem.svelte Add style for disabled DropdownItem (#2265) 2022-12-11 13:06:18 +10:00
DynamicallySlottable.svelte
FloatingArrow.svelte Remove dark theme exclusive inset shadow from FloatingArrow (#2257) 2022-12-11 11:18:59 +10:00
helpers.ts
IconButton.svelte
IconConstrain.svelte
icons.ts Rework spinner buttons (#2230) 2022-12-04 13:18:49 +10:00
Item.svelte
LabelButton.svelte Use a ninja variable for Protoc binary (#2345) 2023-01-23 20:44:47 +10:00
Popover.svelte Fix popover animation causing placement switching loop (#2246) 2022-12-08 22:35:55 +10:00
resizable.ts
Row.svelte
ScrollArea.svelte Simplify NoteEditor by replacing Pane components with Collapsible (#2395) 2023-02-27 16:23:19 +10:00
Select.svelte Improve Select component and add it back to Change Notetype screen (#2239) 2022-12-07 15:31:37 +10:00
SelectOption.svelte Improve Select component and add it back to Change Notetype screen (#2239) 2022-12-07 15:31:37 +10:00
Shortcut.svelte
Spacer.svelte
SpinBox.svelte Ensure values clamped when using mousewheel/arrow keys 2023-01-28 21:54:16 +10:00
StickyContainer.svelte
Switch.svelte
TitledContainer.svelte Revamp Preferences, implement Minimalist Mode and Qt widget gallery to test GUI changes (#2289) 2023-01-18 21:24:16 +10:00
tsconfig.json
types.ts
WithContext.svelte
WithFloating.svelte
WithOverlay.svelte
WithState.svelte
WithTooltip.svelte