Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/svelte/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ limitations under the License.
} from './components/DataDisplays/CustomByteDisplay/BinaryData'
import { byte_count_divisible_offset } from './utilities/display'
import Help from './components/layouts/Help.svelte'
import { viewportByteIndicators } from 'utilities/highlights'

function requestEditedData() {
if ($requestable) {
Expand Down Expand Up @@ -253,6 +254,8 @@ limitations under the License.
$selectionDataStore = new SelectionData_t()
$editorSelection = ''
$editedDataSegment = new Uint8Array(0)
viewportByteIndicators.clearIndication('replacement')
viewportByteIndicators.clearIndication('searchresult')
}

function clearQueryableData() {
Expand Down
Loading