You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My list is observable, and depending on the type, sorting should be disabled or enabled, but it seems that when my boolean is updated, it is not in sortable:
Hi,
My list is observable, and depending on the type, sorting should be disabled or enabled, but it seems that when my boolean is updated, it is not in sortable:
<ul data-bind="sortable: {foreach: layerArray, disabled: layerEditable(), options: { onEnd: stepSwitchPositionEnd , handle: '.dragHandle'}}">
The text was updated successfully, but these errors were encountered: